diff options
author | Friendika <info@friendika.com> | 2011-06-09 00:58:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-09 00:58:45 -0700 |
commit | d371241e66c4a68ef45415ac7c4ffe5283b3bff0 (patch) | |
tree | 37e01ab1a126649be7c4a61bdb94fb3a2a209ecc /mod/events.php | |
parent | 894dfde122639cbcb90e4a07143fbe2f1d5c124a (diff) | |
download | volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.gz volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.tar.bz2 volse-hubzilla-d371241e66c4a68ef45415ac7c4ffe5283b3bff0.zip |
events
Diffstat (limited to 'mod/events.php')
-rw-r--r-- | mod/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php index f19a438fd..b480b7f6b 100644 --- a/mod/events.php +++ b/mod/events.php @@ -169,7 +169,7 @@ function events_content(&$a) { $prevyear --; } - + $o .= '<div id="new-event-link"><a href="' . $a->get_baseurl() . '/events/new' . '" >' . t('Create New Event') . '</a></div>'; $o .= '<a href="' . $a->get_baseurl() . '/events/' . $prevyear . '/' . $prevmonth . '" class="prevcal">' . t('<< Previous') . '</a> | <a href="' . $a->get_baseurl() . '/events/' . $nextyear . '/' . $nextmonth . '" class="nextcal">' . t('Next >>') . '</a>'; $o .= cal($y,$m,false, ' eventcal'); |