2008-09-10 16:48:43 +00:00
|
|
|
<p>This is regular text</p>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>A. Layout Before Content</p>
|
|
|
|
<?php $this->log('1. layout before content') ?>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--/nocache-->
|
|
|
|
<!--nocache--><?php echo $this->element('nocache/plain'); ?><!--/nocache-->
|
|
|
|
<!--nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>C. Layout After Test Element But Before Content</p>
|
|
|
|
<?php $this->log('3. layout after test element but before content') ?>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--/nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<?php echo $content_for_layout; ?>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>E. Layout After Content</p>
|
|
|
|
<?php $this->log('5. layout after content') ?>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--/nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>Additional regular text.</p>
|
2011-10-09 02:04:53 +00:00
|
|
|
<?php echo $this->element('nocache/contains_nocache'); ?>
|
2010-11-06 05:18:23 +00:00
|
|
|
<!--nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>G. Layout After Content And After Element With No Cache Tags</p>
|
|
|
|
<?php $this->log('7. layout after content and after element with no cache tags') ?>
|
2011-06-23 19:48:06 +00:00
|
|
|
<!--/nocache-->
|