aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/wipi/themeconf.inc.php')
-rw-r--r--template/yoga/theme/wipi/themeconf.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/theme/wipi/themeconf.inc.php b/template/yoga/theme/wipi/themeconf.inc.php
index 60ead4fef..853f01c8b 100644
--- a/template/yoga/theme/wipi/themeconf.inc.php
+++ b/template/yoga/theme/wipi/themeconf.inc.php
@@ -1,4 +1,5 @@
<?php
+global $themeconf; /* Share $themeconf if About is used */
$themeconf = array(
'template' => 'yoga',
'theme' => 'wipi',
@@ -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' => '<!-- no theme specific head content -->'
+ 'local_head' => '<!-- no theme specific head content -->',
+ 'About' => '', /* About text to display on About screen */
);
?>