aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/about.php b/about.php
index 56f0a36d1..c25bd5712 100644
--- a/about.php
+++ b/about.php
@@ -48,7 +48,15 @@ $template->set_filenames(
'about_content' => get_language_filepath('about.html')
)
);
-
+if ( isset( $themeconf['About']) and $themeconf['About']!=='' )
+{
+ $template->assign_block_vars(
+ 'theme',
+ array(
+ 'ABOUT' => l10n($themeconf['About']),
+ )
+ );
+}
$template->assign_vars(
array(
'U_HOME' => make_index_url(),