diff options
Diffstat (limited to 'templates/about.tpl.php')
-rw-r--r-- | templates/about.tpl.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index a4bc718..77c34bc 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -1,12 +1,4 @@ <?php - -/* Service creation: only useful services are created */ -$userservice =& ServiceFactory::getServiceInstance('UserService'); -//$currentUser = $userservice->getCurrentUser(); -//$currentUserId = $userservice->getCurrentUserId(); - -$currentObjectUser = $userservice->getCurrentObjectUser(); - $this->includeTemplate($GLOBALS['top_include']); ?> |