]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy-dark/default.php
add some icons for the newbie stuff (diabook but 24px not 32); fixes for dispy (broke...
[friendica.git] / view / theme / dispy-dark / default.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
5   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
6   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
7 </head>
8 <body>
9         <?php if(x($page,'nav')) echo $page['nav']; ?>
10         <aside>
11                 <?php if(x($page,'aside')) echo $page['aside']; ?>
12                 <?php if(x($page,'aside_bottom')) echo $page['aside_bottom']; ?>
13         </aside>
14         <section><?php if(x($page,'content')) echo $page['content']; ?>
15                 <div id="page-footer"></div>
16         </section>
17         <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
18 </body>
19 </html>
20