aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/layout.php
blob: c20264dc019ea690f02a78b3cc3c11e5952eb9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf8" />
   
    <meta name="viewport" content="width=device-width" />
    <link rel="shortcut icon" href="./media/logo.png" type="image/x-icon">
    <title><?= $title ?></title>
    <link rel="stylesheet" href="<?= $css ?>">
    <?=$this->section('customhead')?>
    <?=$this->section('arthead')?>

</head>



<?=$this->section('page')?>


</html>