isPluginEnabled('ts')) { header('Location: feature_disabled.php'); exit(); } // End of access checks. $timesheets = $user->getTimesheets(); $smarty->assign('timesheets', $timesheets); $smarty->assign('title', $i18n->get('title.timesheets')); $smarty->assign('content_page_name', 'timesheets.tpl'); $smarty->display('index.tpl');