source: extensions/Icons_Set/icons/default/iconset.conf.php @ 10836

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

adding default/iconset.conf.php

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