This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
onemove/application/views/error.php

5 lines
238 B
PHP

<?php echo Request::factory('header/standard')->post('title',$title)->post('styles','main.css')->execute() ?>
<h1><?php echo $title?></h1>
<p><?php echo $description?></p>
<?php echo Request::factory('footer/standard')->execute() ?>