Ignore:
Timestamp:
Sep 4, 2012, 5:22:01 PM (12 years ago)
Author:
flop25
Message:

removing smarty argument for pwg 2.4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Icons_Set/admin.php

    r10334 r17738  
    213213$template->func_combine_css(array(
    214214        'path' => 'themes/default/iconset.css',
    215         ),
    216         $smarty
     215        )
    217216);
    218217
     
    233232        $template->func_combine_css(array(
    234233                'path' => $iconsetconf['css_file_admin'],
    235                 ),
    236                 $smarty
     234                )
    237235        );
    238236}
     
    250248$template->func_combine_css(array(
    251249        'path' => 'plugins/'.ICONSET_DIR.'/template/admin.css',
    252         ),
    253         $smarty
     250        )
    254251);
    255252
Note: See TracChangeset for help on using the changeset viewer.