blob: 6fd11127cf6b014b50a3b33fe6ffb51c4c7f9d09 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<?php if(x($page,'content')) echo $page['content']; ?>
</body>
</html>
|