manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
8 lines
217 B
PHP
8 lines
217 B
PHP
<?php
|
|
$themeconf = array(
|
|
'theme' => 'default',
|
|
'icon_dir' => 'themes/default/icon',
|
|
'admin_icon_dir' => 'admin/themes/default/icon',
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
|
);
|
|
?>
|