dreamjob/app/View/Home/error.ctp

10 lines
96 B
PHP

<?php
/*
*
*/
?>
<div class="box">
<h1><?=$error["title"];?></h1>
<?=$error["text"];?>
</div>