From 8e8cfb2fb27c2b217144e1efaa4137254d58ed3e Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 24 Aug 2009 13:17:40 +0000 Subject: Some gallery stuff. Change in default number of news to show, and a new Gallery module. --- utils/modules/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/modules/news.php') diff --git a/utils/modules/news.php b/utils/modules/news.php index 9e542ae..d4eee3e 100644 --- a/utils/modules/news.php +++ b/utils/modules/news.php @@ -264,7 +264,7 @@ class News { switch($params) { default: if($show == "all") return $this->show(-1, "all"); - else return $this->show(-1, "main"); + else return $this->show(3, "main"); break; } } -- cgit v1.2.3