isPluginEnabled('ts_NEVER_ENABLED')) { // Work in progress... header('Location: feature_disabled.php'); exit(); } // End of access checks. //$invoices = ttGroupHelper::getActiveInvoices(); //$smarty->assign('invoices', $invoices); $smarty->assign('title', $i18n->get('title.timesheets')); $smarty->assign('content_page_name', 'invoices.tpl'); // TODO: fix this, too. $smarty->display('index.tpl');