source: extensions/Icons_Set/icons/grum-dark-II/iconset.conf.php @ 14167

Last change on this file since 14167 was 14167, checked in by flop25, 12 years ago

features :
-grum-dark-II added

bugs :
-gbo, sylvia sprite updated
-sets with a sprite which does not contain new icons of 2.4, use tango ones

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