summaryrefslogtreecommitdiff
path: root/demo/templates/test_nocache2.tpl
diff options
context:
space:
mode:
authorUwe.Tews <uwe.tews@localhost>2009-03-22 17:03:59 +0000
committerUwe.Tews <uwe.tews@localhost>2009-03-22 17:03:59 +0000
commitd88ab672603255236eef73d8ba5bab434a25a0c0 (patch)
tree44472c9340d45d90abd91845d99b5e26f3dab677 /demo/templates/test_nocache2.tpl
parente06ebee879e9d36334a55abd739bd2f1097bea04 (diff)
downloadsmarty-d88ab672603255236eef73d8ba5bab434a25a0c0.tar.gz
smarty-d88ab672603255236eef73d8ba5bab434a25a0c0.tar.bz2
smarty-d88ab672603255236eef73d8ba5bab434a25a0c0.zip
- delete obsolete files
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}