From f24d858cff9d98674cdfe2cb44e1f8fe5afb4563 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Wed, 18 May 2011 10:47:03 -0400 Subject: [feature/template-engine] Added tests for template inheritance. PHPBB3-9726 --- tests/template/templates/parent_and_child.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/template/templates/parent_and_child.html (limited to 'tests/template/templates/parent_and_child.html') 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. -- cgit v1.2.1