Blame | Last modification | View Log | RSS feed
<h2><?php echo $message; ?></h2><p class="error"><strong><?php echo __d('cake', 'Error'); ?>: </strong><?php echo __d('cake', 'An Internal Error Has Occurred.'); ?></p><?phpif (Configure::read('debug') > 0):echo $this->element('exception_stack_trace');endif;?>