aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/about.php b/about.php
index ceecf4b..878e7e5 100644
--- a/about.php
+++ b/about.php
@@ -20,6 +20,7 @@
require_once('header.inc.php');
+$tplVars['pagetitle'] = T_('About');
$tplVars['subtitle'] = T_('About');
$templateservice->loadTemplate('about.tpl', $tplVars);