]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/default.php
c639750442ea2c05a06c738dee16642369e9508d
[friendica.git] / view / theme / smoothly / 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><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
11         <section><?php if(x($page,'content')) echo $page['content']; ?>
12                 <div id="page-footer" >
13                 <center><br /><a href="#top"><img src="view/theme/smoothly/totop.png" alt="back to top" title="Back to top" /></a></center>
14                 </div>
15         </section>
16         <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
17         <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
18 </body>
19 </html>
20