8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
|
<?php echo $this->element('nocache/sub2'); ?>
|
||
|
|
||
|
<!--nocache-->
|
||
|
<?php $foobar = 'in sub1'; ?>
|
||
|
<?php echo $foobar; ?>
|
||
|
<!--/nocache-->
|
||
|
|
||
|
<?php echo 'printing: "' . $foobar . '"'; ?>
|