source: extensions/Icons_Set/icons/tango_vert/iconset.conf.php @ 10832

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

the icons from all themes have been added

File size: 374 bytes
RevLine 
[10326]1<?php
[10448]2// http://tango.freedesktop.org/
3// The Tango base icon theme is released to the Public Domain
[10326]4$iconsetconf = array(
5  'name' => 'Tango Icon Green',
6  'id' => 'tango_vert',
7  'icon_file' => ICONSET_PATH.'icons/tango_vert/sprite.png',
8  'css_file' => ICONSET_PATH.'icons/tango_vert/icon.css',
9  'css_file_admin' => ICONSET_PATH.'icons/tango_vert/icon_admin.css',
10);
11
12?>
Note: See TracBrowser for help on using the repository browser.