2008-09-10 16:48:43 +00:00
|
|
|
<p>This is regular text</p>
|
2010-11-06 01:18:23 -04: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 01:18:23 -04: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 01:18:23 -04:00
|
|
|
<!--/nocache-->
|
2013-09-13 00:09:31 +02:00
|
|
|
<?php echo $this->fetch('content'); ?>
|
2010-11-06 01:18:23 -04: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 01:18:23 -04:00
|
|
|
<!--/nocache-->
|
2008-09-10 16:48:43 +00:00
|
|
|
<p>Additional regular text.</p>
|
2011-10-08 22:04:53 -04:00
|
|
|
<?php echo $this->element('nocache/contains_nocache'); ?>
|
2010-11-06 01:18:23 -04: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 12:48:06 -07:00
|
|
|
<!--/nocache-->
|