Suggestion: public_forum_page.pl
------------------------------------
replace:
-------------------------------------
sub topic_table_header {
my $this_html = qq~
$vars_wordlets{moderated_by} $Moderator $more_topics_wording $vars_wordlets{show_topics_from_last} 10 | 20 | 45 | all days |
------------------------------------
with:
-------------------------------------
sub topic_table_header {
my $this_html = qq~
$vars_wordlets{moderated_by} $Moderator
|
$more_topics_wording $vars_wordlets{show_topics_from_last} 10 | 20 | 45 | all days
|
|