]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding conventi...
[friendica.git] / view / theme / frio / theme.php
index 279edd64eced18f25f8f2d26b1b93908247bf4a6..5bc5140bf1db2b5a97b3d8d56934add6a026df3b 100644 (file)
@@ -21,7 +21,7 @@ function frio_init(&$a) {
 
        set_template_engine($a, 'smarty3');
 
-       $baseurl = $a->get_baseurl();
+       $baseurl = App::get_baseurl();
 
        $style = get_pconfig(local_user(), 'frio', 'style');