Skip to content

Commit

Permalink
Update forum_template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rica-carv authored Aug 11, 2024
1 parent 2cbf80c commit 47455d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion e107_plugins/forum/templates/forum_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,14 @@

$FORUM_TEMPLATE['track']['end'] = "</table>\n</div>";


$FORUM_TEMPLATE['iconkey'] = "<table class='table table-bordered' style='width:100%'>\n<tr>
<td style='width:2%'>".defset('IMAGE_new_small')."</td>
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0039."</span></td>
<td style='width:2%'>".defset('IMAGE_nonew_small')."</td>
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0040."</span></td>
<td style='width:2%'>".defset('IMAGE_closed_small')."</td>
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0041."</span></td>
</tr>\n</table>\n";


/*
Expand Down

0 comments on commit 47455d6

Please sign in to comment.