mirror of
https://github.com/e107inc/e107.git
synced 2025-03-18 19:39:45 +01:00
Default Forum template css classes.
This commit is contained in:
parent
a0658c9cd9
commit
8ceba4327d
@ -116,11 +116,11 @@ $FORUM_TEMPLATE['main']['start'] = "{FORUM_BREADCRUMB}
|
||||
<col style='width:10%' />
|
||||
<col class='hidden-xs' style='width:20%' />
|
||||
</colgroup>
|
||||
<tr>
|
||||
<tr class='forum-title'>
|
||||
<th colspan='5'>{FORUMTITLE}</th>
|
||||
</tr>";
|
||||
|
||||
$FORUM_TEMPLATE['main']['parent'] = "<tr>
|
||||
$FORUM_TEMPLATE['main']['parent'] = "<tr class='forum-parent'>
|
||||
<th colspan='2'>{PARENTNAME} {PARENTSTATUS}</th>
|
||||
<th class='hidden-xs text-center'>".LAN_FORUM_0003."</th>
|
||||
<th class='text-center'>".LAN_FORUM_0002."</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user