From 77fd1f51a3c5f5a52f72ef8a299fe368228e2285 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 21:05:41 +0000 Subject: git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee --- BSF/template/yoga/theme/wipi/themeconf.inc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BSF/template/yoga/theme/wipi/themeconf.inc.php (limited to 'BSF/template/yoga/theme/wipi/themeconf.inc.php') diff --git a/BSF/template/yoga/theme/wipi/themeconf.inc.php b/BSF/template/yoga/theme/wipi/themeconf.inc.php new file mode 100644 index 000000000..4ac750e46 --- /dev/null +++ b/BSF/template/yoga/theme/wipi/themeconf.inc.php @@ -0,0 +1,16 @@ + 'yoga', + 'theme' => 'wipi', + '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' => '', +); +if ( !isset($lang['Theme: wipi']) ) +{ + $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' . + ' on yoga template, a standard template/theme of PhpWebgallery.'; +} +?> -- cgit v1.2.3