source: extensions/Icons_Set/icons/old_sylvia/iconset.conf.php @ 10326

Last change on this file since 10326 was 10326, checked in by flop25, 13 years ago

all the admin page works
real icon set added
todo: front end, localization

File size: 276 bytes
Line 
1<?php
2$iconsetconf = array(
3  'name' => 'Old Sylvia',
4  'id' => 'old_sylvia',
5  'icon_file' => ICONSET_PATH.'icons/old_sylvia/showimage.png',
6  'css_file' => ICONSET_PATH.'icons/old_sylvia/icon.css',
7  'css_file_admin' => ICONSET_PATH.'icons/old_sylvia/icon_admin.css',
8);
9
10?>
Note: See TracBrowser for help on using the repository browser.