]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
moods
[friendica.git] / mod / events.php
index bf02f83099f8a96d74b1961ca9fe79732be6da74..c448dc0f2e459a38d6d3ef4769476712437b5da7 100755 (executable)
@@ -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);