source: extensions/Simple_Grey/theme/grey/themeconf.inc.php @ 4703

Last change on this file since 4703 was 4703, checked in by boulde, 14 years ago

replace the names of theme and template with the corresponding variable + add a variable for the url

File size: 389 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'simple',
4  'theme' => 'grey',
5  'url' => 'http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo',
6  'template_dir' => 'template/simple',
7  'icon_dir' => 'template/simple/icon',
8  'admin_icon_dir' => 'template/simple/icon',
9  'mime_icon_dir' => 'template/simple/icon/mimetypes/',
10  'local_head' => '<!-- no theme specific head content -->',
11);
12?>
Note: See TracBrowser for help on using the repository browser.