blob: 7439f485d3de8dd22947b52c170bc2c59d240679 (
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="./../public/css/soft.css">
<?=$this->section('customhead')?>
<?=$this->section('arthead')?>
</head>
<?=$this->section('page')?>
</html>
|