X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=c448dc0f2e459a38d6d3ef4769476712437b5da7;hb=386b6d081b41850908adf7b5670db41a344170e6;hp=bf02f83099f8a96d74b1961ca9fe79732be6da74;hpb=ba4db236ecff1ffdb56adc2715b3f53515f8cb34;p=friendica.git diff --git a/mod/events.php b/mod/events.php index bf02f83099..c448dc0f2e 100755 --- a/mod/events.php +++ b/mod/events.php @@ -145,6 +145,9 @@ function events_content(&$a) { $htpl = get_markup_template('event_head.tpl'); $a->page['htmlhead'] .= replace_macros($htpl,array('$baseurl' => $a->get_baseurl())); + $etpl = get_markup_template('event_end.tpl'); + $a->page['end'] .= replace_macros($etpl,array('$baseurl' => $a->get_baseurl())); + $o =""; // tabs $tabs = profile_tabs($a, True);