mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 22:53:58 +02:00
8 lines
No EOL
178 B
PHP
8 lines
No EOL
178 B
PHP
<?php echo $this->element('nocache/sub2'); ?>
|
|
|
|
<!--nocache-->
|
|
<?php $foobar = 'in sub1'; ?>
|
|
<?php echo $foobar; ?>
|
|
<!--/nocache-->
|
|
|
|
<?php echo 'printing: "' . $foobar . '"'; ?>
|