From 01d99d34cb65341fda3ec50df06cc9ad38b069ce Mon Sep 17 00:00:00 2001 From: bshum Date: Wed, 13 Apr 2011 00:40:41 +0000 Subject: [PATCH] This is to prevent the search results from being pushed way below the blog entries listed on the right, the issue is quite glaring on lower resolutions. -- moodaepo git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1337 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- incl/search_sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incl/search_sidebar.php b/incl/search_sidebar.php index 853b701..abbc59a 100644 --- a/incl/search_sidebar.php +++ b/incl/search_sidebar.php @@ -13,7 +13,7 @@ //Get multiple items in single call echo "

Community Blog Posts

"; - foreach ($planet_feed->find(8) as $item) { + foreach ($planet_feed->find(3) as $item) { echo "

» ".$item->image.$item->title."".$item->description."

"; } ?> -- 2.11.0