2011-11-07 17:37:49 +01:00
|
|
|
<!DOCTYPE html >
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
|
|
|
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
|
|
|
|
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
|
|
|
|
</head>
|
|
|
|
<body>
|
2013-12-04 23:46:51 +01:00
|
|
|
<section class="minimal" style="margin:0px!important; padding:0px!important; float:none!important;display:block!important;"><?php if(x($page,'content')) echo $page['content']; ?>
|
2011-11-07 17:37:49 +01:00
|
|
|
<div id="page-footer"></div>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|