]> git.mxchange.org Git - friendica.git/blob - view/minimal.php
Merge pull request #2190 from annando/1512-getload
[friendica.git] / view / minimal.php
1 <!DOCTYPE html >\r
2 <html>\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         <section class="minimal" style="margin:0px!important; padding:0px!important; float:none!important;display:block!important;"><?php if(x($page,'content')) echo $page['content']; ?>\r
10                 <div id="page-footer"></div>\r
11         </section>\r
12 </body>\r
13 </html>\r
14 \r