mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 04:42:37 +02:00
[ticket/12442] Add CSS classes to important headings
PHPBB3-12442
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<!-- IF S_SHOW_GROUP -->
|
||||
|
||||
<h2<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{GROUP_NAME}</h2>
|
||||
<h2 class="group-title"<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{GROUP_NAME}</h2>
|
||||
<p>{GROUP_DESC} {GROUP_TYPE}</p>
|
||||
<p>
|
||||
<!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user