]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/default.php
Merge remote-tracking branch 'upstream/develop' into rewrites/app_get_baseurl_static
[friendica.git] / view / theme / frio / php / default.php
index 5ea69d7c83c409ca9d20a0cc7037bb47b3a7e6e4..56118cc90e0401c0b283ed6a25ce9c6f69a3e187 100644 (file)
@@ -18,9 +18,9 @@
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
        <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
-       <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+       <script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
        <script>var frio="<?php echo "view/theme/frio"; ?>";</script>
-       <?php $baseurl = $a->get_baseurl(); ?>
+       <?php $baseurl = App::get_baseurl(); ?>
        <?php $frio = "view/theme/frio"; ?>
        <?php 
                // Because we use minimal for modals the header and the included js stuff should be only loaded
@@ -73,7 +73,7 @@ else
                                                "; if(x($page,'right_aside')) echo $page['right_aside']; echo"
                                        </aside>
 
-                                       <div class=\"col-lg-9 col-md-9 col-sm-12 col-xs-12\" id=\"content\">
+                                       <div class=\"col-lg-7 col-md-7 col-sm-12 col-xs-12\" id=\"content\">
                                                <section class=\"sectiontop "; echo $a->argv[0]; echo "-content-wrapper\">";
                                                                if(x($page,'content')) echo $page['content']; echo"
                                                                <div id=\"pause\"></div> <!-- The pause/resume Ajax indicator -->