mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Issue #2980 Tablerender ID - Forum fixes
This commit is contained in:
@@ -479,7 +479,7 @@ class forumStats
|
||||
|
||||
$text .= "<div class='center'>".e107::getForm()->pagination(e107::url('forum','index'), LAN_BACK)."</div>";
|
||||
|
||||
$ns -> tablerender(LAN_FORUM_6013, $text);
|
||||
$ns -> tablerender(LAN_FORUM_6013, $text, 'forum-stats');
|
||||
|
||||
}
|
||||
|
||||
@@ -566,7 +566,7 @@ class forumStats
|
||||
$text .= "<div class='nextprev'>".$tp->parseTemplate("{NEXTPREV={$parms}}").'</div>';
|
||||
}
|
||||
|
||||
$ns->tablerender(TOP_LAN_0, $text);
|
||||
$ns->tablerender(TOP_LAN_0, $text, 'forum-stats-top');
|
||||
|
||||
|
||||
}
|
||||
@@ -656,7 +656,7 @@ class forumStats
|
||||
$parms = "{$ftotal},{$this->view},{$this->from},".e_SELF.'?[FROM].active.forum.'.$this->view;
|
||||
$text .= "<div class='nextprev'>".$tp->parseTemplate("{NEXTPREV={$parms}}").'</div>';
|
||||
|
||||
$ns->tablerender(LAN_7, $text, 'nfp');
|
||||
$ns->tablerender(LAN_7, $text, 'forum-stats-active');
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user