[open-ils-commits] r1337 - evergreen-ils.org/incl (bshum)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 12 20:40:42 EDT 2011


Author: bshum
Date: 2011-04-12 20:40:41 -0400 (Tue, 12 Apr 2011)
New Revision: 1337

Modified:
   evergreen-ils.org/incl/search_sidebar.php
Log:
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

Modified: evergreen-ils.org/incl/search_sidebar.php
===================================================================
--- evergreen-ils.org/incl/search_sidebar.php	2011-04-13 00:22:17 UTC (rev 1336)
+++ evergreen-ils.org/incl/search_sidebar.php	2011-04-13 00:40:41 UTC (rev 1337)
@@ -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>";
         }
      ?>



More information about the open-ils-commits mailing list