mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02: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:
@@ -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 -->
|
Reference in New Issue
Block a user