aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-19 11:47:41 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-19 11:47:41 -0800
commitb5875c3af97bdd3cc0def834c9d739d4517e9567 (patch)
tree0621e3888008f9f1c3b86d3a0bf6b0451631acd5 /mod
parented87dbc1414b7da2f58213671539c5570a416809 (diff)
parentba52af786e0e2f27c36e82df9086dfb8d33d9062 (diff)
downloadvolse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.tar.gz
volse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.tar.bz2
volse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Conflicts: version.inc
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(); }