diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-11-23 22:39:31 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-11-23 22:39:31 +0000 |
commit | 6e2d2f85b57d34193eca566102eabe6b90aeac34 (patch) | |
tree | aec47e07c81bb73628e74de0782a68bb942a097a /tests/template/templates/php.html | |
parent | 500eb05c48e652233a6ede6aec94b675f109dd1a (diff) | |
download | forums-6e2d2f85b57d34193eca566102eabe6b90aeac34.tar forums-6e2d2f85b57d34193eca566102eabe6b90aeac34.tar.gz forums-6e2d2f85b57d34193eca566102eabe6b90aeac34.tar.bz2 forums-6e2d2f85b57d34193eca566102eabe6b90aeac34.tar.xz forums-6e2d2f85b57d34193eca566102eabe6b90aeac34.zip |
More tests
git-svn-id: file:///svn/phpbb/trunk@9100 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/template/templates/php.html')
-rw-r--r-- | tests/template/templates/php.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template/templates/php.html b/tests/template/templates/php.html new file mode 100644 index 0000000000..07a260cdb3 --- /dev/null +++ b/tests/template/templates/php.html @@ -0,0 +1 @@ +<!-- PHP -->echo "test";<!-- ENDPHP --> |