Newer
Older
Conjuro / content / fragment / layout-admin.php
<html>
<head>
    <link rel="stylesheet" href="content/pages/admin/style.css">
    <title><?=$this->conf("site-title")?></title>
    <style><?=$this->value("css")?></style>        
</head>
<body>
<div id="header" class="conjuro-header"><?php $this->showContent("header");?></div>
<div id="content" class="conjuro-content"><?php $this->showContent("body");?></div>
<div id="footer" class="conjuro-footer">
(C) XWolf 2022
</div>
</body>
</html>