]> 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 93782878a246e6dea1a993d2449183c70b34ab66..6f747ca96730eedbda7ea227002905160900794a 100644 (file)
@@ -4,6 +4,7 @@
  * Description: Disable "Archives" widget on profile page
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
+ * Status: Unsupported
  *
  */
 use Friendica\Core\Addon;
@@ -40,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 */