| 15403 |
manish.sha |
1 |
<p>This is regular text</p>
|
|
|
2 |
<!--nocache-->
|
|
|
3 |
<p>A. Layout Before Content</p>
|
|
|
4 |
<?php $this->log('1. layout before content') ?>
|
|
|
5 |
<!--/nocache-->
|
|
|
6 |
<!--nocache--><?php echo $this->element('nocache/plain'); ?><!--/nocache-->
|
|
|
7 |
<!--nocache-->
|
|
|
8 |
<p>C. Layout After Test Element But Before Content</p>
|
|
|
9 |
<?php $this->log('3. layout after test element but before content') ?>
|
|
|
10 |
<!--/nocache-->
|
|
|
11 |
<?php echo $this->fetch('content'); ?>
|
|
|
12 |
<!--nocache-->
|
|
|
13 |
<p>E. Layout After Content</p>
|
|
|
14 |
<?php $this->log('5. layout after content') ?>
|
|
|
15 |
<!--/nocache-->
|
|
|
16 |
<p>Additional regular text.</p>
|
|
|
17 |
<?php echo $this->element('nocache/contains_nocache'); ?>
|
|
|
18 |
<!--nocache-->
|
|
|
19 |
<p>G. Layout After Content And After Element With No Cache Tags</p>
|
|
|
20 |
<?php $this->log('7. layout after content and after element with no cache tags') ?>
|
|
|
21 |
<!--/nocache-->
|