Ignore:
Timestamp:
Oct 15, 2014, 8:25:59 PM (10 years ago)
Author:
flop25
Message:

2.7 compat: colorscheme and 2.7 only OS_default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/themeconf.inc.php

    r21027 r30085  
    1717        'add_menu_on_public_pages'                      => true,        # activation
    1818        'Exclude'                       => array('theNBMPage','thePicturePage','thePopuphelpPage',),    # Excluded pages
     19  'colorscheme' => 'clear',
    1920);
    2021
    21 
    22 
    23 add_event_handler('loc_begin_picture', 'pwg_v');
    24 function  pwg_v() {
    25   global $template;
    26   $template->assign(
    27   array(
    28     'PHPWG_VERSION' => PHPWG_VERSION,
    29   ));
    30 }
    3122/*********************************menu on every pages ************************************/
    3223// thx to Vdigital and his plugin spreadmenus
Note: See TracChangeset for help on using the changeset viewer.