X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=cd884e50e4b000b02f62512048cd73e7afa43909;hb=dd0a1cf586fc37fe9a3d84af277c7504136a3bf9;hp=f43a4e8a70b647d13501bf276033970f4d1bb0cf;hpb=45ebeba643a6d600e8778475f70f827f32bf3146;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index f43a4e8a70..cd884e50e4 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -6,6 +6,8 @@ * of the profile owner */ +use Friendica\App; + require_once('include/event.php'); require_once('include/redir.php'); @@ -269,8 +271,8 @@ function cal_content(App $a) { '$tabs' => $tabs, '$title' => t('Events'), '$view' => t('View'), - '$previous' => array(App::get_baseurl()."/events/$prevyear/$prevmonth",t('Previous'),'',''), - '$next' => array(App::get_baseurl()."/events/$nextyear/$nextmonth",t('Next'),'',''), + '$previous' => array(App::get_baseurl()."/events/$prevyear/$prevmonth", t('Previous'),'',''), + '$next' => array(App::get_baseurl()."/events/$nextyear/$nextmonth", t('Next'),'',''), '$calendar' => cal($y,$m,$links, ' eventcal'), '$events' => $events,