Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
 
3
<html>
4
<head>
5
	<title><?php echo $title_for_layout; ?></title>
6
</head>
7
 
8
<body>
9
	<?php echo $this->fetch('content'); ?>
10
 
11
	<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
12
</body>
13
</html>