source: extensions/Icons_Set/icons/tango_bleu/iconset.conf.php @ 10448

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

the icons from all themes have been added

File size: 373 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 Blue',
6  'id' => 'tango_bleu',
7  'icon_file' => ICONSET_PATH.'icons/tango_bleu/sprite.png',
8  'css_file' => ICONSET_PATH.'icons/tango_bleu/icon.css',
9  'css_file_admin' => ICONSET_PATH.'icons/tango_bleu/icon_admin.css',
10);
11
12?>
Note: See TracBrowser for help on using the repository browser.