summaryrefslogtreecommitdiff
path: root/utils/modules/news.php
diff options
context:
space:
mode:
authordeva <deva>2009-08-24 13:17:40 +0000
committerdeva <deva>2009-08-24 13:17:40 +0000
commit8e8cfb2fb27c2b217144e1efaa4137254d58ed3e (patch)
tree20293895d35b03fb4f95e28f027439f023da2008 /utils/modules/news.php
parentb98a5821862b4c5bae88be28757d60554bb7ac68 (diff)
Some gallery stuff. Change in default number of news to show, and a new Gallery module.
Diffstat (limited to 'utils/modules/news.php')
-rw-r--r--utils/modules/news.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}