mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
- 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:
parent
983da62c50
commit
de468832a6
3 changed files with 5 additions and 6 deletions
|
@ -77,8 +77,8 @@ $module->load_active();
|
||||||
adm_page_header($module->get_page_title());
|
adm_page_header($module->get_page_title());
|
||||||
|
|
||||||
$template->set_filenames(array(
|
$template->set_filenames(array(
|
||||||
'body' => $module->get_tpl_name())
|
'body' => $module->get_tpl_name(),
|
||||||
);
|
));
|
||||||
|
|
||||||
adm_page_footer();
|
adm_page_footer();
|
||||||
|
|
||||||
|
|
|
@ -216,7 +216,7 @@
|
||||||
</p>
|
</p>
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
|
||||||
|
@ -373,4 +373,4 @@
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
|
@ -119,7 +119,6 @@
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
Loading…
Add table
Reference in a new issue