13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
|
<p>This is regular text</p>
|
||
|
<!--nocache-->
|
||
|
<?php echo microtime(); ?>
|
||
|
<!--/nocache-->
|
||
|
|
||
|
<?php echo $this->fetch('content'); ?>
|
||
|
|
||
|
<?php echo $superman; ?>
|
||
|
|
||
|
<!--nocache-->
|
||
|
<?php echo $variable; ?>
|
||
|
<!--/nocache-->
|
||
|
<p>Additional regular text.</p>
|