mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 22:53:58 +02:00
15 lines
No EOL
234 B
PHP
15 lines
No EOL
234 B
PHP
--view start--
|
|
<!--nocache-->
|
|
<?php echo $batman ?>
|
|
<!--/nocache-->
|
|
|
|
this view has 3 nocache blocks
|
|
|
|
<!--nocache-->
|
|
<?php echo $spiderman; ?>
|
|
<!--/nocache-->
|
|
|
|
<!--nocache-->
|
|
<?php echo 'some string'; ?>
|
|
<!--/nocache-->
|
|
--view end--
|