diff options
| author | David King <imkingdavid@gmail.com> | 2012-02-21 11:17:21 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-19 09:12:33 -0400 |
| commit | d235262bc21657f0693501ac1154e1443578d507 (patch) | |
| tree | b2ec9edc55b93f236fb62f5560b99d0a62cd3b0d /tests/functional/fixtures/ext/foo/bar/styles | |
| parent | a37a28b48546afc880446db7e4b2fd87c70a6cda (diff) | |
| download | forums-d235262bc21657f0693501ac1154e1443578d507.tar forums-d235262bc21657f0693501ac1154e1443578d507.tar.gz forums-d235262bc21657f0693501ac1154e1443578d507.tar.bz2 forums-d235262bc21657f0693501ac1154e1443578d507.tar.xz forums-d235262bc21657f0693501ac1154e1443578d507.zip | |
[ticket/10586] Adding the extensions used by the tests
PHPBB3-10586
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar/styles')
| -rw-r--r-- | tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html new file mode 100644 index 0000000000..4addf2666f --- /dev/null +++ b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html @@ -0,0 +1,5 @@ +<!-- INCLUDE overall_header.html --> + +<div id="welcome">This is for testing purposes.</div> + +<!-- INCLUDE overall_footer.html --> |
