Subversion Repositories SmartDukaan

Rev

Rev 18135 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18148 manas 1
<title>Profitmandi</title>
2
<h2><?php echo $name; ?></h2>
3
<p class="error">
4
	<strong><?php echo __d('cake', 'Error'); ?>: </strong>
5
	<?php printf(
6
		__d('cake', 'The requested address was not found on this server.')
7
	); ?>
8
</p>