source: trunk/admin/themes/default/themeconf.inc.php @ 5123

Last change on this file since 5123 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File size: 217 bytes
Line 
1<?php
2$themeconf = array(
3  'theme'          => 'default',
4  'icon_dir'       => 'themes/default/icon',
5  'admin_icon_dir' => 'admin/themes/default/icon',
6  'mime_icon_dir'  => 'themes/default/icon/mimetypes/',
7);
8?>
Note: See TracBrowser for help on using the repository browser.