diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 14:59:43 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 14:59:43 -0500 |
| commit | b5651c0289054f2f4453806200506968241f9a82 (patch) | |
| tree | bf154136da6d4968660491d761e855ab57ab47b3 /phpBB/adm/style/acp_board.html | |
| parent | 86b910692aa1d441c4113294cebe9a12c1d25180 (diff) | |
| parent | 64308f41b054d11ae267a58e04821b7b1e31af91 (diff) | |
| download | forums-b5651c0289054f2f4453806200506968241f9a82.tar forums-b5651c0289054f2f4453806200506968241f9a82.tar.gz forums-b5651c0289054f2f4453806200506968241f9a82.tar.bz2 forums-b5651c0289054f2f4453806200506968241f9a82.tar.xz forums-b5651c0289054f2f4453806200506968241f9a82.zip | |
Merge remote-tracking branch 'remotes/Hardolaf/ticket/11626' into develop
# By Joseph Warner
# Via Joseph Warner
* remotes/Hardolaf/ticket/11626:
[ticket/11626] Remove last reference to template in ldap
[ticket/11626] Remove LDAP dependency on template
[ticket/11626] Make identifier uppercase per style requirements
[ticket/11626] Change the identifier template file in the template
[ticket/11626] Call method only one time per provider
[ticket/11626] Change interface to match functionality
[ticket/11626] Include the template file in acp_board
[ticket/11626] LDAP Auth ACP Template File
[ticket/11626] Create get_acp_template method for auth providers
Diffstat (limited to 'phpBB/adm/style/acp_board.html')
| -rw-r--r-- | phpBB/adm/style/acp_board.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index 6b8ceb3ef6..1a09c4eee6 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -34,7 +34,7 @@ <!-- IF S_AUTH --> <!-- BEGIN auth_tpl --> - {auth_tpl.TPL} + <!-- INCLUDE {auth_tpl.TEMPLATE_FILE} --> <!-- END auth_tpl --> <!-- ENDIF --> |
