Ignore:
Timestamp:
May 2, 2012, 9:48:27 PM (12 years ago)
Author:
flop25
Message:

changes for compatibility 2.3 and 2.4 in tpl

File:
1 edited

Legend:

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

    r14390 r14652  
    113113function OS_default_index()
    114114{
    115     global $template;
    116     $template->set_prefilter('index', 'OS_default_prefilter_index');
     115  global $template;
     116  $template->set_prefilter('index', 'OS_default_prefilter_index');
    117117}
    118118function OS_default_prefilter_index($content, &$smarty)
     
    132132function OS_default_picture()
    133133{
    134     global $template;
    135     $template->set_prefilter('picture', 'OS_default_prefilter_picture');
     134  global $template;
     135  $template->set_prefilter('picture', 'OS_default_prefilter_picture');
    136136}
    137137function OS_default_prefilter_picture($content, &$smarty)
Note: See TracChangeset for help on using the changeset viewer.