Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

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