]> git.mxchange.org Git - friendica.git/blob - view/default.php
Merge pull request #2190 from annando/1512-getload
[friendica.git] / view / default.php
1 <!DOCTYPE html >\r
2 <html itemscope itemtype="http://schema.org/Blog" />\r
3 <head>\r
4   <title><?php if(x($page,'title')) echo $page['title'] ?></title>\r
5   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>\r
6   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
7 </head>\r
8 <body>\r
9         <?php if(x($page,'nav')) echo $page['nav']; ?>\r
10         <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
11         <section><?php if(x($page,'content')) echo $page['content']; ?>\r
12                 <div id="page-footer"></div>\r
13         </section>\r
14         <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>\r
15         <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>\r
16 </body>\r
17 </html>\r
18 \r