7 lines
188 B
PHP
7 lines
188 B
PHP
<?php $this->view('template/header', ['title' => $title]); ?>
|
|
|
|
<h1>Velkommen til forsida!</h1>
|
|
<p>Ting fungerer noen ganger.</p>
|
|
<p><?=$data?></p>
|
|
|
|
<?php $this->view('template/footer'); ?>
|