]> wagnertech.de Git - timetracker.git/blobdiff - time.php
Work in progress on configurable display options.
[timetracker.git] / time.php
index 63f5b8cf32c183036528375f02ad500ebbdc32c2..615f2ef901bdbc3e8fa427284d52f23a988a1bd1 100644 (file)
--- a/time.php
+++ b/time.php
@@ -403,6 +403,7 @@ $smarty->assign('selected_date', $selected_date);
 $smarty->assign('week_total', $week_total);
 $smarty->assign('day_total', ttTimeHelper::getTimeForDay($cl_date));
 $smarty->assign('time_records', $timeRecords);
+$smarty->assign('show_cf_1', $user->isPluginEnabled('cf'));
 $smarty->assign('show_files', $showFiles);
 $smarty->assign('client_list', $client_list);
 $smarty->assign('project_list', $project_list);