]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Remove duplicate $baseurl template variable
[friendica.git] / mod / videos.php
index 4120c136f177c009562fe385047b6ea82d59549c..f45817c4e9f010577d6f1cc0c38d24ad9f508f2b 100644 (file)
@@ -67,9 +67,7 @@ function videos_init(App $a)
                $a->page['aside'] .= $vcard_widget;
 
                $tpl = Renderer::getMarkupTemplate("videos_head.tpl");
-               $a->page['htmlhead'] .= Renderer::replaceMacros($tpl,[
-                       '$baseurl' => System::baseUrl(),
-               ]);
+               $a->page['htmlhead'] .= Renderer::replaceMacros($tpl);
        }
 
        return;