1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-29 04:28:09 +01:00

Merge pull request #6449 from marc1706/ticket/17039

[ticket/17039] Use correct template var for group colour in ucp groups manage
This commit is contained in:
Marc Alexander 2023-01-09 21:40:17 +01:00
commit 191f38b9a0
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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}>