diff options
Diffstat (limited to 'about.php')
-rw-r--r-- | about.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ require_once('header.inc.php'); +$tplVars['pagetitle'] = T_('About'); $tplVars['subtitle'] = T_('About'); $templateservice->loadTemplate('about.tpl', $tplVars); |