summaryrefslogtreecommitdiff
path: root/demo/templates/test_nocache2.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demo/templates/test_nocache2.tpl')
-rw-r--r--demo/templates/test_nocache2.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/demo/templates/test_nocache2.tpl b/demo/templates/test_nocache2.tpl
deleted file mode 100644
index 9da14b6d..00000000
--- a/demo/templates/test_nocache2.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-Test caching and nocache attribute
-<br>cached time is {$t1}
-<br>nocached time is {$t2}
-<br>
-{$t1+$t1} {$t1+$t2}
-<br>
-{nocache}
-{for $i=0;$i<10;$i++}{$i}{/for}
-{/nocache}