aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-19 11:38:34 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-19 11:38:34 +0100
commitba52af786e0e2f27c36e82df9086dfb8d33d9062 (patch)
tree0dd207f7d0e73a69bac9c7a14793c1fb43f3356f /mod
parent929f524e774e856c3ee5f65740614696089bd86a (diff)
downloadvolse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.tar.gz
volse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.tar.bz2
volse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.zip
move today button from aside to section title
Diffstat (limited to 'mod')
-rwxr-xr-xmod/events.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php
index 230e386ce..53284e7a9 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -530,7 +530,8 @@ function events_content(&$a) {
'$upload' => t('Import'),
'$submit' => t('Submit'),
'$prev' => t('Previous'),
- '$next' => t('Next'),
+ '$next' => t('Next'),
+ '$today' => t('Today')
));
if (x($_GET,'id')){ echo $o; killme(); }