10 lines
214 B
PHP
10 lines
214 B
PHP
|
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>TOSTI MAN KOMT JE HALEN</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<?= $this->data['slot'] ?>
|
||
|
</body>
|
||
|
</html>
|