- 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
This commit is contained in:
Meik Sievertsen 2007-12-12 16:45:58 +00:00
parent 983da62c50
commit de468832a6
3 changed files with 5 additions and 6 deletions

View file

@ -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();

View file

@ -119,7 +119,6 @@
<!-- ENDIF -->
</form>
<!-- INCLUDE overall_footer.html -->