diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-11-24 21:59:33 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-11-24 21:59:33 +0000 |
commit | 332521a3696df8e1504933bee5658d005549f3b4 (patch) | |
tree | 28bb6252017cb568046517b4bfd4b9a9904aee0f /tests/template/templates/lang.html | |
parent | 9954d9c29f551acc0ad88bf4ecc806c51c764a6e (diff) | |
download | forums-332521a3696df8e1504933bee5658d005549f3b4.tar forums-332521a3696df8e1504933bee5658d005549f3b4.tar.gz forums-332521a3696df8e1504933bee5658d005549f3b4.tar.bz2 forums-332521a3696df8e1504933bee5658d005549f3b4.tar.xz forums-332521a3696df8e1504933bee5658d005549f3b4.zip |
- Make a start on completing the phpDoc comments for the template engine
- Tidy template engine code, mainly PHP5 stuff, made some methods void instead of just returning true
- Add tests for the remaining untested compilation code
git-svn-id: file:///svn/phpbb/trunk@9115 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/template/templates/lang.html')
-rw-r--r-- | tests/template/templates/lang.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/template/templates/lang.html b/tests/template/templates/lang.html new file mode 100644 index 0000000000..2b5ea1cafe --- /dev/null +++ b/tests/template/templates/lang.html @@ -0,0 +1,3 @@ +{L_VARIABLE} + +{LA_VARIABLE} |