]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/scheme.php
Merge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard
[friendica.git] / view / theme / frio / php / scheme.php
index 05829bb21f122aede7bcac2f60a5369dd5134ee0..2f091804394b3eade1d485a00dfb31b3afb0690a 100644 (file)
  */
 use Friendica\Core\PConfig;
 
-require_once 'boot.php';
-
 function get_scheme_info($scheme)
 {
-       $theme = get_app()->getCurrentTheme();
+       $theme = \get_app()->getCurrentTheme();
        $themepath = 'view/theme/' . $theme . '/';
        $scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'scheme'));