aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/layout.php
blob: 263cca30cf8a0ab5a8b16812543f014fa6c3409a (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/soft.css">
    <?=$this->section('customhead')?>
    <?=$this->section('arthead')?>

</head>



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


</html>