diff options
Diffstat (limited to 'about.php')
| -rw-r--r-- | about.php | 5 | 
1 files changed, 1 insertions, 4 deletions
| @@ -20,10 +20,7 @@  require_once('header.inc.php'); -/* Service creation: only useful services are created */ -$templateservice =& ServiceFactory::getServiceInstance('TemplateService'); - -$tplVars = array();  $tplVars['subtitle'] = T_('About'); +  $templateservice->loadTemplate('about.tpl', $tplVars);  ?>
\ No newline at end of file | 
