diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl
index 419ac54e34..843571b19b 100644
--- a/phpBB/templates/PSO/viewforum_body.tpl
+++ b/phpBB/templates/PSO/viewforum_body.tpl
@@ -34,6 +34,11 @@
{topicrow.LAST_POST} |
+
+
+ {L_NO_TOPICS}{topicrow.REPLIES} |
+
+
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index be2804c804..510c1eb39a 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -454,6 +454,8 @@ else
"S_NO_TOPICS" => TRUE)
);
+ $template->assign_block_vars("notopicsrow", array() );
+
}
//
|