aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/todo.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/todo.php b/includes/todo.php
index a8178e3..b8d5766 100644
--- a/includes/todo.php
+++ b/includes/todo.php
@@ -51,7 +51,11 @@ $page->replace_tags(array(
'status' => $status,
'due_date' => $due_date,
'cal_title_full' => $cal_title_full,
- 'template' => $template
+ 'template' => $template,
+ 'l_created' => $lang['l_created'],
+ 'l_priority' => $lang['l_priority'],
+ 'l_status' => $lang['l_status'],
+ 'l_due' => $lang['l_due']
));

© 2014-2024 Faster IT GmbH | imprint | privacy policy