diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-04 09:05:36 +0000 |
commit | 756946289589a8146101265c603d4bf4a234b137 (patch) | |
tree | 0ed393ba1148bb74a6b0fcefb68c13bcba28ff73 /template/yoga/theme/Sylvia/themeconf.inc.php | |
parent | 3bc43273ba404c4d71281cbfd99182260ec25c0b (diff) |
Gallery side icons for Sylvia (Some are missing, your browser cache could hide that).
+ No borders for pics in Sylvia.
git-svn-id: http://piwigo.org/svn/trunk@2650 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/themeconf.inc.php')
-rw-r--r-- | template/yoga/theme/Sylvia/themeconf.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php index f165bef36..66b953bce 100644 --- a/template/yoga/theme/Sylvia/themeconf.inc.php +++ b/template/yoga/theme/Sylvia/themeconf.inc.php @@ -2,9 +2,9 @@ $themeconf = array( 'template' => 'yoga', 'theme' => 'Sylvia', - 'icon_dir' => 'template/yoga/icon', + 'icon_dir' => 'template/yoga/theme/Sylvia/icon', 'admin_icon_dir' => 'template/yoga/icon/admin', - 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', + 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/', 'local_head' => '', ); ?> |