]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
Remove duplicate $baseurl template variable
[friendica.git] / mod / events.php
index 008cf643ceac1a670814ff90f15bfb85cea3b742..6569653a063f01779e411c2f84a696a7632e2a62 100644 (file)
@@ -237,7 +237,6 @@ function events_content(App $a)
 
        $htpl = Renderer::getMarkupTemplate('event_head.tpl');
        $a->page['htmlhead'] .= Renderer::replaceMacros($htpl, [
-               '$baseurl' => System::baseUrl(),
                '$module_url' => '/events',
                '$modparams' => 1,
                '$i18n' => $i18n,
@@ -379,7 +378,6 @@ function events_content(App $a)
                }
 
                $o = Renderer::replaceMacros($tpl, [
-                       '$baseurl'   => System::baseUrl(),
                        '$tabs'      => $tabs,
                        '$title'     => L10n::t('Events'),
                        '$view'      => L10n::t('View'),