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 $title_for_layout; ?></title>
|
|
|
5 |
<!--nocache--><?php $x = 1; ?><!--/nocache-->
|
|
|
6 |
</head>
|
|
|
7 |
<body>
|
|
|
8 |
<!--nocache--><?php $x++; ?><!--/nocache-->
|
|
|
9 |
<!--nocache--><?php $x++; ?><!--/nocache-->
|
|
|
10 |
<?php echo $this->fetch('content'); ?>
|
|
|
11 |
<!--nocache--><?php echo 'cached count is: ' . $x; ?><!--/nocache-->
|
|
|
12 |
</body>
|
|
|
13 |
</html>
|