Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<title><?php echo $page_title?></title>
5
<?php echo $this->Html->charset(); ?>
6
 
7
<?php if (!Configure::read('debug')) { ?>
8
<meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/>
9
<?php } ?>
10
<style><!--
11
P { text-align:center; font:bold 1.1em sans-serif }
12
A { color:#444; text-decoration:none }
13
A:HOVER { text-decoration: underline; color:#44E }
14
--></style>
15
</head>
16
<body>
17
<p><a href="<?php echo $url?>"><?php echo $message?></a></p>
18
</body>
19
</html>