Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
<h2><?php echo $message; ?></h2>
2
<p class="error">
3
	<strong><?php echo __d('cake', 'Error'); ?>: </strong>
4
	<?php printf(
5
		__d('cake', 'The requested address %s was not found on this server.'),
6
		"<strong>'{$url}'</strong>"
7
	); ?>
8
</p>
9
<?php
10
if (Configure::read('debug') > 0):
11
	echo $this->element('exception_stack_trace');
12
endif;
13
?>