diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-11-23 01:55:12 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-11-23 01:55:12 +0000 |
| commit | f4c079a62befe2e523bf66fa74343ca37548763a (patch) | |
| tree | 4007f4e75e4920edb33864226e5637fd72d3e8b8 /tests/template/templates | |
| parent | d26f38c4e0af60b6579f74e8c34c8fe7454fa7cf (diff) | |
| download | forums-f4c079a62befe2e523bf66fa74343ca37548763a.tar forums-f4c079a62befe2e523bf66fa74343ca37548763a.tar.gz forums-f4c079a62befe2e523bf66fa74343ca37548763a.tar.bz2 forums-f4c079a62befe2e523bf66fa74343ca37548763a.tar.xz forums-f4c079a62befe2e523bf66fa74343ca37548763a.zip | |
Run template tests over non-cached data as well
git-svn-id: file:///svn/phpbb/trunk@9092 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/template/templates')
| -rw-r--r-- | tests/template/templates/loop_vars.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/template/templates/loop_vars.html b/tests/template/templates/loop_vars.html index c2924ae18f..d708e5a40c 100644 --- a/tests/template/templates/loop_vars.html +++ b/tests/template/templates/loop_vars.html @@ -8,4 +8,9 @@ {loop.VARIABLE} <!-- IF loop.S_LAST_ROW -->last<!-- ENDIF --> +<!-- BEGIN inner --> + +{inner.S_ROW_NUM} + +<!-- END inner --> <!-- END loop --> |
