]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/notimeline.php
Merge pull request #761 from vinzv/develop
[friendica-addons.git] / notimeline / notimeline.php
index 707eae758182fc0ea18120cfdb4009760bb494ee..6f747ca96730eedbda7ea227002905160900794a 100644 (file)
@@ -41,7 +41,7 @@ function notimeline_settings(&$a, &$s)
 
        /* Add our stylesheet to the page so we can make our settings look nice */
 
-       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/notimeline/notimeline.css' . '" media="all" />' . "\r\n";
+       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->getBaseURL() . '/addon/notimeline/notimeline.css' . '" media="all" />' . "\r\n";
 
        /* Get the current state of our config variable */