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']; ?>
10 <?php if(x($page, 'header')) echo $page['header']; ?>
12 <article id="articlemain">
13 <header id="articleheader">
14 <?php if(x($page, 'articleheader')) echo $page['articleheader']; ?>
16 <?php if(x($page,'nav')) echo $page['nav']; ?>
17 <aside id="asideleft">
18 <?php if(x($page,'aside_left')) echo $page['aside_left']; ?>
19 <?php if(x($page,'aside_left_bottom')) echo $page['aside_left_bottom']; ?>
21 <section id="sectionmain">
22 <?php if(x($page,'content')) echo $page['content']; ?>
23 <footer id="sectionfooter">
26 <aside id="asidemain">
27 <?php if(x($page,'aside')) echo $page['aside']; ?>
28 <?php if(x($page,'aside_bottom')) echo $page['aside_bottom']; ?>
30 <aside id="asideright">
31 <?php if(x($page,'aside_right')) echo $page['aside_right']; ?>
32 <?php if(x($page,'aside_right_bottom')) echo $page['aside_right_bottom']; ?>
34 <footer id="articlefooter">
35 <?php if(x($page, 'articlefooter')) echo $page['articlefooter']; ?>
39 <?php if(x($page, 'footer')) echo $page['footer']; ?>
41 <?php if (x($page, 'bottom')) echo $page['bottom']; ?>