]> git.mxchange.org Git - friendica.git/blobdiff - view/php/default.php
added FI translation as core translation is now over 50% THX Kris
[friendica.git] / view / php / default.php
index 17d4961fcdd560833f5f75921aacb764fa1c5408..29a21ff33a4d21929e54d0c94a425d0fc95f7814 100644 (file)
@@ -1,19 +1,19 @@
-<!DOCTYPE html >\r
-<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">\r
-<head>\r
-  <title><?php if(x($page,'title')) echo $page['title'] ?></title>\r
-  <script>var baseurl="<?php echo Friendica\App::get_baseurl() ?>";</script>\r
-  <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
-</head>\r
-<body>\r
-       <?php if(x($page,'nav')) echo $page['nav']; ?>\r
-       <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
-       <section>\r
-               <?php if(x($page,'content')) echo $page['content']; ?>\r
-               <div id="pause"></div> <!-- The pause/resume Ajax indicator -->\r
-               <div id="page-footer"></div>\r
-       </section>\r
-       <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>\r
-       <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>\r
-</body>\r
-</html>\r
+<!DOCTYPE html >
+<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
+<head>
+  <title><?php if(x($page,'title')) echo $page['title'] ?></title>
+  <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
+  <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
+</head>
+<body>
+       <?php if(x($page,'nav')) echo $page['nav']; ?>
+       <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
+       <section>
+               <?php if(x($page,'content')) echo $page['content']; ?>
+               <div id="pause"></div> <!-- The pause/resume Ajax indicator -->
+               <div id="page-footer"></div>
+       </section>
+       <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
+       <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
+</body>
+</html>