dreamjob/app/View/Errors/error400.ctp

16 lines
160 B
PHP
Executable File

<?php
/*
*
*/
?>
<div class="box">
<?php
if (Configure::read('debug') > 0):
echo $this->element('exception_stack_trace');
endif;
echo $name;
?>
</div>