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

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

the icons from all themes have been added

File size: 374 bytes
Line 
1<?php
2// http://tango.freedesktop.org/
3// The Tango base icon theme is released to the Public Domain
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.