mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17039] Use correct template var for group colour in ucp groups manage
PHPBB3-17039
This commit is contained in:
parent
9e44ba096e
commit
34b56205a3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<h2<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
|
||||
<h2<!-- IF GROUP_COLOUR --> style="color:#{GROUP_COLOUR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
|
||||
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue