]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/default.php
Merge pull request #3458 from Hypolite/bug/missing-require-poco
[friendica.git] / view / theme / frio / php / default.php
index c56f63d9e33fcba28ae2c4342d40616b9956472b..ef7e413ad828e1c691cab66c3eb58828d3142ac2 100644 (file)
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
        <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
-       <script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
+       <script>var baseurl="<?php echo Friendica\App::get_baseurl() ?>";</script>
        <script>var frio="<?php echo "view/theme/frio"; ?>";</script>
-       <?php $baseurl = App::get_baseurl(); ?>
+       <?php $baseurl = Friendica\App::get_baseurl(); ?>
        <?php $frio = "view/theme/frio"; ?>
-       <?php 
+       <?php
                // Because we use minimal for modals the header and the included js stuff should be only loaded
                // if the page is an standard page (so we don't have it twice for modals)
-               // 
+               //
                /// @todo Think about to move js stuff in the footer
                if(!$minimal) {
                        if(x($page,'htmlhead')) echo $page['htmlhead'];