--- /dev/null
+<!DOCTYPE html >\r
+<html>\r
+<head>\r
+ <title><?php if(x($page,'title')) echo $page['title'] ?></title>\r
+ <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>\r
+ <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
+</head>\r
+<body>\r
+ <section style="margin:0px!important; padding:0px!important; float:none!important;display:block!important;"><?php if(x($page,'content')) echo $page['content']; ?>\r
+ <div id="page-footer"></div>\r
+ </section>\r
+</body>\r
+</html>\r
+\r