From b379f26dcf8aa2ef21fc61627afe5da731c23845 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 21 Jul 2001 14:15:19 +0000 Subject: [PATCH] Faking IF...ELSE...ENDIF again git-svn-id: file:///svn/phpbb/trunk@720 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/PSO/viewforum_body.tpl | 5 +++++ phpBB/viewforum.php | 2 ++ 2 files changed, 7 insertions(+) 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() ); + } //