]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
update to v4.0.0; point to local host of SWF
[friendica.git] / mod / videos.php
index 9846e54fc2d17d07484bbc46514e82e7f600b661..0f29e631bdcc99f8350de85baaea87f7cd4537b5 100644 (file)
@@ -74,10 +74,14 @@ function videos_init(&$a) {
 
 
                $tpl = get_markup_template("videos_head.tpl");
-               $a->page['htmlhead'] .= replace_macros($tpl,array());
+               $a->page['htmlhead'] .= replace_macros($tpl,array(
+                       '$baseurl' => $a->get_baseurl(),
+               ));
 
                $tpl = get_markup_template("videos_end.tpl");
-               $a->page['end'] .= replace_macros($tpl,array());
+               $a->page['end'] .= replace_macros($tpl,array(
+                       '$baseurl' => $a->get_baseurl(),
+               ));
 
        }