
- local_head must now be defined in the themeconf.inc.php otherwise not taken into account (avoid several calls to file_exists) - renamed themeconf['theme'] to themeconf['name'] (this is what it is themeconf[theme] is confusing) git-svn-id: http://piwigo.org/svn/trunk@5177 68402e56-0260-453c-a942-63ccdbb3a9ee
8 lines
191 B
PHP
8 lines
191 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'Sylvia',
|
|
'parent' => 'default',
|
|
'icon_dir' => 'themes/Sylvia/icon',
|
|
'mime_icon_dir' => 'themes/Sylvia/icon/mimetypes/',
|
|
);
|
|
?>
|