From 57cf3ba758cadf56e35aa030edf525e61a56cfc6 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 18 Jun 2006 12:04:59 +0000 Subject: Issue 426: first step; separation of admin and public into two templates Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/public/yoga/theme/dark/themeconf.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 template/public/yoga/theme/dark/themeconf.inc.php (limited to 'template/public/yoga/theme/dark/themeconf.inc.php') diff --git a/template/public/yoga/theme/dark/themeconf.inc.php b/template/public/yoga/theme/dark/themeconf.inc.php new file mode 100644 index 000000000..5cf6b03f1 --- /dev/null +++ b/template/public/yoga/theme/dark/themeconf.inc.php @@ -0,0 +1,9 @@ + 'yoga', + 'theme' => 'dark', + 'icon_dir' => 'template/public/yoga/icon', + 'admin_icon_dir' => 'template/public/yoga/icon/admin', + 'mime_icon_dir' => 'template/public/yoga/icon/mimetypes/' +); +?> -- cgit v1.2.3