From: bshum Date: Wed, 13 Apr 2011 00:40:41 +0000 (+0000) Subject: This is to prevent the search results from being pushed way below the blog entries... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=01d99d34cb65341fda3ec50df06cc9ad38b069ce;p=Evergreen_Website.git 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 --- 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."

"; } ?>