diff options
Diffstat (limited to 'template/yoga/theme/clear')
-rw-r--r-- | template/yoga/theme/clear/themeconf.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/yoga/theme/clear/themeconf.inc.php b/template/yoga/theme/clear/themeconf.inc.php index 02831007d..5e3aef9a0 100644 --- a/template/yoga/theme/clear/themeconf.inc.php +++ b/template/yoga/theme/clear/themeconf.inc.php @@ -1,5 +1,4 @@ <?php -global $themeconf; /* Share $themeconf if About is used */ $themeconf = array( 'template' => 'yoga', 'theme' => 'clear', @@ -8,6 +7,5 @@ $themeconf = array( 'admin_icon_dir' => 'template/yoga/icon/admin', 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 'local_head' => '<!-- no theme specific head content -->', - 'About' => '', /* About text to display on About screen */ ); ?> |