1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS

This commit is contained in:
Cameron
2015-07-07 18:02:16 -07:00
parent 6b5d95388f
commit af53d2dd3d
29 changed files with 40 additions and 39 deletions

View File

@@ -217,13 +217,13 @@ if ($action == 'top')
<tr>
<td style='width:10%; text-align:center' class='forumheader3'>&nbsp;</td>
<td style='width:50%' class='forumheader3'>".TOP_LAN_1."</td>
<td style='width:10%; text-align:center' class='forumheader3'>".TOP_LAN_4."</td>
<td style='width:10%; text-align:center' class='forumheader3'>".LAN_COMMENTS."</td>
<td style='width:30%; text-align:center' class='forumheader3'>".TOP_LAN_6."</td>
</tr>\n";
$counter = 1;
if($top_forum_posters)
{
while ($row = $sql->db_Fetch())
while ($row = $sql->fetch())
{
// TODO - Custom ranking (comments), LANs
$ldata = $rank->getRanks($row);