source: trunk/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: 163 bytes
Line 
1<?php
2$themeconf = array(
3  'theme'         => 'default',
4  'icon_dir'      => 'themes/default/icon',
5  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
6);
7?>
Note: See TracBrowser for help on using the repository browser.