From 4f80b6095c3d44fa82e594d27d89cbf98c3c7042 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 18 Mar 2010 18:40:00 +0000 Subject: - allow template class to be instantiated with an empty theme (in plugins for example) - 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 --- themes/Sylvia/themeconf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/Sylvia') diff --git a/themes/Sylvia/themeconf.inc.php b/themes/Sylvia/themeconf.inc.php index 97af90564..d56f805ba 100644 --- a/themes/Sylvia/themeconf.inc.php +++ b/themes/Sylvia/themeconf.inc.php @@ -1,6 +1,6 @@ 'Sylvia', + 'name' => 'Sylvia', 'parent' => 'default', 'icon_dir' => 'themes/Sylvia/icon', 'mime_icon_dir' => 'themes/Sylvia/icon/mimetypes/', -- cgit v1.2.3