source: extensions/Icons_Set/icons/tango_vert/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: 279 bytes
RevLine 
[10326]1<?php
2$iconsetconf = array(
3  'name' => 'Tango Icon Green',
4  'id' => 'tango_vert',
5  'icon_file' => ICONSET_PATH.'icons/tango_vert/sprite.png',
6  'css_file' => ICONSET_PATH.'icons/tango_vert/icon.css',
7  'css_file_admin' => ICONSET_PATH.'icons/tango_vert/icon_admin.css',
8);
9
10?>
Note: See TracBrowser for help on using the repository browser.