From 76a58082252e71443f3983d5bfb8e123818adb3d Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 4 Feb 2007 20:42:26 +0000 Subject: Evolution request 0000497: Insert information about theme on about.php To mention Creative Commons pictures, Free for private use, ... Totally optional. Just precise what you want in About field (see any template/yoga/theme/.../themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@1779 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/themeconf.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/yoga/theme/dark') diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php index 7d6d00da5..324997c69 100644 --- a/template/yoga/theme/dark/themeconf.inc.php +++ b/template/yoga/theme/dark/themeconf.inc.php @@ -1,4 +1,5 @@ 'yoga', 'theme' => 'dark', @@ -6,6 +7,7 @@ $themeconf = array( 'icon_dir' => 'template/yoga/icon', 'admin_icon_dir' => 'template/yoga/icon/admin', 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', - 'local_head' => '' + 'local_head' => '', + 'About' => '', /* About text to display on About screen */ ); ?> -- cgit v1.2.3