This is to prevent the search results from being pushed way below the blog entries...
authorbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 13 Apr 2011 00:40:41 +0000 (00:40 +0000)
committerbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 13 Apr 2011 00:40:41 +0000 (00:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1337 6d9bc8c9-1ec2-4278-b937-99fde70a366f

incl/search_sidebar.php

index 853b701..abbc59a 100644 (file)
@@ -13,7 +13,7 @@
 
     //Get multiple items in single call
     echo "<h3>Community Blog Posts</h3> ";
-        foreach ($planet_feed->find(8) as $item) {
+        foreach ($planet_feed->find(3) as $item) {
                 echo "<p><a href='".$item->link."'>&#187;&nbsp;".$item->image.$item->title."</a>".$item->description."</p>";
         }
      ?>