Ignore:
Timestamp:
May 14, 2012, 9:22:23 PM (12 years ago)
Author:
flop25
Message:

PHPWG_VERSION assigned and correction of the use of strpos in tpl

File:
1 edited

Legend:

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

    r14652 r14974  
    1818        'Exclude'                       => array('theNBMPage','thePicturePage','thePopuphelpPage',),    # Excluded pages
    1919);
     20
     21
     22
     23add_event_handler('loc_begin_picture', 'pwg_v');
     24function  pwg_v() {
     25  global $template;
     26  $template->assign(
     27  array(
     28    'PHPWG_VERSION' => PHPWG_VERSION,
     29  ));
     30}
    2031/*********************************menu on every pages ************************************/
    2132// thx to Vdigital and his plugin spreadmenus
Note: See TracChangeset for help on using the changeset viewer.