Changeset 17738 for extensions/Icons_Set
- Timestamp:
- Sep 4, 2012, 5:22:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Icons_Set/admin.php
r10334 r17738 213 213 $template->func_combine_css(array( 214 214 'path' => 'themes/default/iconset.css', 215 ), 216 $smarty 215 ) 217 216 ); 218 217 … … 233 232 $template->func_combine_css(array( 234 233 'path' => $iconsetconf['css_file_admin'], 235 ), 236 $smarty 234 ) 237 235 ); 238 236 } … … 250 248 $template->func_combine_css(array( 251 249 'path' => 'plugins/'.ICONSET_DIR.'/template/admin.css', 252 ), 253 $smarty 250 ) 254 251 ); 255 252
Note: See TracChangeset
for help on using the changeset viewer.