]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/standard.php
Using Locks for Updating and writing last success to config
[friendica.git] / view / theme / frio / php / standard.php
index 535988b85b42914bcd820c172708da07d94f1d24..64c4544cd877b1c7df4337fe394c94e54f95247e 100644 (file)
        <?php $frio = "view/theme/frio"; ?>
        <?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
 </head>
-<body id=\"top\">";
+<body id="top">
 <?php if($_SERVER['REQUEST_URI'] == "/"){header('Location: /login');} ?>
 <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
 <?php
        if(x($page,'nav')) {
-       echo    str_replace("~config.sitename~",get_config('config','sitename'),
-                       str_replace("~system.banner~",get_config('system','banner'),
+       echo    str_replace("~config.sitename~",Friendica\Core\Config::get('config','sitename'),
+                       str_replace("~system.banner~",Friendica\Core\Config::get('system','banner'),
                        $page['nav']
        ));};
 ?>