Newer
Older
Conjuro / content / fragment / layout.php
<html>
<head>
    <link rel="stylesheet" href="media/style.css">
    <link rel="stylesheet" href="media/common.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.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>