Ignore:
Timestamp:
Jul 27, 2012, 11:13:07 AM (12 years ago)
Author:
plg
Message:

bug fixed for Piwigo 2.4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/class.inc.php

    r16696 r17172  
    2020      $template->func_combine_css(array(
    2121        'path' => 'plugins/PWG_Stuffs/theme/stuffs_picture.css',
    22         ),
    23         $smarty
     22        )
    2423      );
    2524      pwgs_picture_special_sections();
     
    2928      $template->func_combine_css(array(
    3029        'path' => 'plugins/PWG_Stuffs/theme/stuffs_index.css',
    31         ),
    32         $smarty
     30        )
    3331      );
    3432    }
Note: See TracChangeset for help on using the changeset viewer.