Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12345 anikendra 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
 
3
<html>
4
<head>
5
	<title><?php echo $this->fetch('title'); ?></title>
6
</head>
7
 
8
<body>
9
	<?php echo $this->fetch('content'); ?>
10
 
11
	<p>このメールは <a href="http://cakephp.org">CakePHP Framework</a> を利用して送信しました。</p>
12
</body>
13
</html>