aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/reader.php
blob: 7561ae3ac33105c68c756a8848de90494e32c796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
    <meta charset="utf8" />
    <meta name="description" content="<?=$this->e($description)?>" />
    <link href="<?=$this->e($id)?>quickcss" rel="stylesheet" />
    <link href="<?=$this->e($id)?>" rel="stylesheet" />
    <title><?=$this->e($title)?></title>

</head>

<script>
<?=$this->e($javascript)?>
</script>

<body>

<header>
<?=$this->e($header)?>
</header>

<nav>
<?=$this->e($nav)?>
</nav>

<aside>
<?=$this->e($aside)?>
</aside>

<section>
<?=$this->e($section)?>
</section>

<footer>
<?=$this->e($footer)?>
</footer>

</body>
</html>