From 1c479632987b3a1a8cdb9ff45809cf7d845490e2 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 26 Apr 2008 13:41:24 +0000 Subject: New : Admin Theme git-svn-id: http://piwigo.org/svn/trunk@2317 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/admin/themeconf.inc.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 template/yoga/theme/admin/themeconf.inc.php (limited to 'template/yoga/theme/admin/themeconf.inc.php') diff --git a/template/yoga/theme/admin/themeconf.inc.php b/template/yoga/theme/admin/themeconf.inc.php new file mode 100644 index 000000000..aed3fb102 --- /dev/null +++ b/template/yoga/theme/admin/themeconf.inc.php @@ -0,0 +1,25 @@ + 'yoga', + 'theme' => 'admin', + 'template_dir' => 'template/yoga', + 'icon_dir' => 'template/yoga/icon', + 'admin_icon_dir' => 'template/yoga/icon/admin', + 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', + 'local_head' => ' + + + + + + + ' +); +?> -- cgit v1.2.3