mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-05 15:43:53 +02:00
13 lines
No EOL
242 B
PHP
13 lines
No EOL
242 B
PHP
<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>
|