summaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/about.php b/about.php
index b8d2fd9..ceecf4b 100644
--- a/about.php
+++ b/about.php
@@ -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