From 830d12d2ef5d10f0acd1d9792e5205ff8e05103e Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Tue, 1 Sep 2009 20:39:13 +0000
Subject: [PATCH] increased number of groups displayed on homepage

---
 customindex/views/default/customindex/content.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index be7e0977..cf94ac2f 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -330,7 +330,7 @@
 	<div class="col left">
 		<h3 class="sec_main">Featured Groups</h3>
 				<?php 
-				$groups = get_entities_from_metadata("featured_group", "yes", "group", "", 0, 4, false, false, false);	
+				$groups = get_entities_from_metadata("featured_group", "yes", "group", "", 0, 7, false, false, false);	
                 if($groups){
                     foreach($groups as $group){
                           echo "<div class=\"index_item\">";
-- 
GitLab