You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
497 B
14 lines
497 B
<!DOCTYPE html > |
|
<html prefix="og: http://ogp.me/ns#"> |
|
<head> |
|
<title><?php if(x($page,'title')) echo $page['title'] ?></title> |
|
<script>var baseurl="<?php echo z_root() ?>";</script> |
|
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?> |
|
</head> |
|
<body> |
|
<section style="margin:0px!important; padding:0px!important; float:none!important;display:block!important;"><?php if(x($page,'content')) echo $page['content']; ?> |
|
<div id="page-footer"></div> |
|
</section> |
|
</body> |
|
</html> |
|
|
|
|