mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 08:35:31 +02:00
[ticket/11626] Change the identifier template file in the template
PHPBB3-11626
This commit is contained in:
parent
3431cb8ed7
commit
3465867a4e
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<!-- IF S_AUTH -->
|
<!-- IF S_AUTH -->
|
||||||
<!-- BEGIN auth_tpl -->
|
<!-- BEGIN auth_tpl -->
|
||||||
<!-- INCLUDE {auth_tpl.TPL} -->
|
<!-- INCLUDE {auth_tpl.template_file} -->
|
||||||
<!-- END auth_tpl -->
|
<!-- END auth_tpl -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
@ -659,7 +659,7 @@ class acp_board
|
|||||||
if ($auth_tpl)
|
if ($auth_tpl)
|
||||||
{
|
{
|
||||||
$template->assign_block_vars('auth_tpl', array(
|
$template->assign_block_vars('auth_tpl', array(
|
||||||
'TPL' => $auth_tpl,
|
'template_file' => $auth_tpl,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user