Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15403 manish.sha 1
<?php
2
/**
3
 * @link          http://cakephp.org CakePHP(tm) Project
4
 * @package       app.View.Layouts.Email.html
5
 * @since         CakePHP(tm) v 0.10.0.1076
6
 */
7
?>
8
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
9
<html>
10
<head>
11
	<title><?php echo $this->fetch('title'); ?></title>
12
</head>
13
<body>
14
	<?php echo $this->fetch('content'); ?>
15
 
16
	<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
17
</body>
18
</html>