mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
Merge PR #778 branch 'cyberalien/ticket/10800' into develop
* cyberalien/ticket/10800: [ticket/10800] Changing html to js for includejs tests [ticket/10800] Changing template paths in tests
This commit is contained in:
1
tests/template/templates/child_only.js
Normal file
1
tests/template/templates/child_only.js
Normal file
@@ -0,0 +1 @@
|
||||
// JavaScript file only in a child style.
|
@@ -1,5 +1,5 @@
|
||||
<!-- INCLUDEJS parent_and_child.html -->
|
||||
<!-- INCLUDEJS parent_and_child.js -->
|
||||
<!-- INCLUDEJS {PARENT} -->
|
||||
<!-- DEFINE $TEST = 'child_only.html' -->
|
||||
<!-- DEFINE $TEST = 'child_only.js' -->
|
||||
<!-- INCLUDEJS {$TEST} -->
|
||||
{SCRIPTS}
|
1
tests/template/templates/parent_and_child.js
Normal file
1
tests/template/templates/parent_and_child.js
Normal file
@@ -0,0 +1 @@
|
||||
// JavaScript file in a child style.
|
Reference in New Issue
Block a user