Dotclear


Ignore:
Timestamp:
10/31/12 10:13:50 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add/complement display modes (all pages, home page only, except on home page) for all widgets, fixes #1345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/_public.php

    r904 r945  
    140140          global $core; 
    141141           
    142           if ($w->homeonly && $core->url->type != 'default') { 
     142          if (($w->homeonly == 1 && $core->url->type != 'default') || 
     143               ($w->homeonly == 2 && $core->url->type == 'default')) { 
    143144               return; 
    144145          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map