Ignore:
Timestamp:
Jun 25, 2012, 11:44:45 PM (12 years ago)
Author:
flop25
Message:

correction for 2.3 : apply the js resizing only on pwpwg version !=24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/Pure_default/themeconf.inc.php

    r16034 r16036  
    1818
    1919
    20 add_event_handler('loc_begin_header', 'pwg_v');
     20add_event_handler('loc_begin_page_header', 'pwg_v');
    2121function  pwg_v() {
    2222  global $template;
    2323  $pwgversion=str_replace('.','',PHPWG_VERSION);
    2424  $pwgversion_array=explode('.', PHPWG_VERSION);
    25  $template->assign(
     25  $template->assign(
    2626  array(
    2727    'PHPWG_VERSION_01' => $pwgversion_array[0].$pwgversion_array[1],
Note: See TracChangeset for help on using the changeset viewer.