diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-29 11:07:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-29 11:07:57 +0200 |
commit | 5f1ae2930b5ae69e142aed84f70afe5cde8cc38f (patch) | |
tree | 094117d4d7970b2cdbe20e8889e4c02badfcc508 /mod/menu.php | |
parent | 3a9139f76ee64b49c7902269cb3d98f6a6e20230 (diff) | |
download | volse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.tar.gz volse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.tar.bz2 volse-hubzilla-5f1ae2930b5ae69e142aed84f70afe5cde8cc38f.zip |
show created/edited dates for menus
Diffstat (limited to 'mod/menu.php')
-rw-r--r-- | mod/menu.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/menu.php b/mod/menu.php index 63aeaa5e3..2f502ca17 100644 --- a/mod/menu.php +++ b/mod/menu.php @@ -102,6 +102,8 @@ function menu_content(&$a) { '$desctitle' => t('Menu Title'), '$edit' => t('Edit'), '$drop' => t('Drop'), + '$created' => t('Created'), + '$edited' => t('Edited'), '$new' => t('New'), '$bmark' => t('Bookmarks allowed'), '$hintnew' => t('Create'), |