diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-18 10:47:03 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-18 10:51:33 -0400 |
| commit | f24d858cff9d98674cdfe2cb44e1f8fe5afb4563 (patch) | |
| tree | 1e3d442c257b49de5b40999028660d91c286aaf3 /tests/template/templates/parent_and_child.html | |
| parent | 20b4df2853c46b2ddf61a21911f1255d0a22af73 (diff) | |
| download | forums-f24d858cff9d98674cdfe2cb44e1f8fe5afb4563.tar forums-f24d858cff9d98674cdfe2cb44e1f8fe5afb4563.tar.gz forums-f24d858cff9d98674cdfe2cb44e1f8fe5afb4563.tar.bz2 forums-f24d858cff9d98674cdfe2cb44e1f8fe5afb4563.tar.xz forums-f24d858cff9d98674cdfe2cb44e1f8fe5afb4563.zip | |
[feature/template-engine] Added tests for template inheritance.
PHPBB3-9726
Diffstat (limited to 'tests/template/templates/parent_and_child.html')
| -rw-r--r-- | tests/template/templates/parent_and_child.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template/templates/parent_and_child.html b/tests/template/templates/parent_and_child.html new file mode 100644 index 0000000000..16223d91e7 --- /dev/null +++ b/tests/template/templates/parent_and_child.html @@ -0,0 +1 @@ +Child template. |
