aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-12 16:45:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-12 16:45:58 +0000
commitde468832a6718af8e103c27215175491356fc601 (patch)
tree01d95978aa7da61c177ef7c7414a5c7f6a73fa11 /phpBB
parent983da62c50a1777787555a300d756711d27bfd41 (diff)
downloadforums-de468832a6718af8e103c27215175491356fc601.tar
forums-de468832a6718af8e103c27215175491356fc601.tar.gz
forums-de468832a6718af8e103c27215175491356fc601.tar.bz2
forums-de468832a6718af8e103c27215175491356fc601.tar.xz
forums-de468832a6718af8e103c27215175491356fc601.zip
- change adm/index,php, acp_attachments.html and acp_ban.html to be triggered by the next update
git-svn-id: file:///svn/phpbb/trunk@8277 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/index.php4
-rw-r--r--phpBB/adm/style/acp_attachments.html4
-rw-r--r--phpBB/adm/style/acp_ban.html3
3 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 96ee629a4d..e69e83d041 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -77,8 +77,8 @@ $module->load_active();
adm_page_header($module->get_page_title());
$template->set_filenames(array(
- 'body' => $module->get_tpl_name())
-);
+ 'body' => $module->get_tpl_name(),
+));
adm_page_footer();
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index dd1374fee4..a002ad19ac 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -216,7 +216,7 @@
</p>
{S_FORM_TOKEN}
</fieldset>
-
+
</form>
<!-- ELSE -->
@@ -373,4 +373,4 @@
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html -->
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 85b8acc393..acb6e46df1 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -119,7 +119,6 @@
<!-- ENDIF -->
-
</form>
-<!-- INCLUDE overall_footer.html -->
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file