From a7b6200402e341e97472ec401eabe4cf49f1161c Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 21 May 2010 12:38:09 +0000 Subject: More info in views. --- forum/utils/forums.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'forum/utils/forums.php') diff --git a/forum/utils/forums.php b/forum/utils/forums.php index 06196a6..c9c48b5 100644 --- a/forum/utils/forums.php +++ b/forum/utils/forums.php @@ -25,7 +25,7 @@ class Forum { public function show() { - $newcls = ""; + $newcls = " forum_nonew"; if($this->newStuff) $newcls = " forum_new"; echo "
\n"; @@ -84,9 +84,11 @@ class Forums { public function show() { + echo "
\n"; foreach($this->forums as $forum) { $forum->show(); } + echo "
\n"; } private function read() -- cgit v1.2.3