getCurrentObjectUser(); $templateservice =SemanticScuttle_Service_Factory::get('Template'); $tplVars = array(); $tplVars['currentUser'] = $currentUser; $tplVars['userservice'] = $userservice; // 6 // Force UTF-8 behaviour for server (cannot be move into top.inc.php which is not included into every file) if (!defined('UNIT_TEST_MODE')) { header('Content-Type: text/html; charset=utf-8'); } ?>