Changeset 1045:eb33539c497f for themes/ductile
- Timestamp:
 - 11/29/12 13:06:29 (13 years ago)
 - Branch:
 - default
 - File:
 - 
          
- 1 edited
 
- 
          themes/ductile/_public.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
themes/ductile/_public.php
r830 r1045 192 192 $default = true; 193 193 } else { 194 $s = array_filter($s, "self::cleanStickers");194 $s = array_filter($s,array('tplDuctileTheme', 'cleanStickers')); 195 195 if (count($s) == 0) { 196 196 $default = true;  
Note: See TracChangeset
          for help on using the changeset viewer.
      