Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<h2><?php echo $name; ?></h2>
2
<p class="error">
3
	<strong><?php echo __d('cake', 'Error'); ?>: </strong>
4
	<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
5
</p>
6
<?php
7
if (Configure::read('debug') > 0):
8
	echo $this->element('exception_stack_trace');
9
endif;
10
?>