art-web r559 - branches/art-hub/controllers



Author: thos
Date: Sun Nov 23 00:13:20 2008
New Revision: 559
URL: http://svn.gnome.org/viewvc/art-web?rev=559&view=rev

Log:
Increase the item limit per page to ensure last row is filled


Modified:
   branches/art-hub/controllers/backgrounds.php
   branches/art-hub/controllers/themes.php

Modified: branches/art-hub/controllers/backgrounds.php
==============================================================================
--- branches/art-hub/controllers/backgrounds.php	(original)
+++ branches/art-hub/controllers/backgrounds.php	Sun Nov 23 00:13:20 2008
@@ -33,7 +33,7 @@
 
 $limit = $_GET['limit'];
 if (!is_numeric ($limit))
-  $limit = 10;
+  $limit = 12;
 
 $start = ($page - 1) * $limit;
 

Modified: branches/art-hub/controllers/themes.php
==============================================================================
--- branches/art-hub/controllers/themes.php	(original)
+++ branches/art-hub/controllers/themes.php	Sun Nov 23 00:13:20 2008
@@ -34,7 +34,7 @@
 
 $limit = $_GET['limit'];
 if (!is_numeric ($limit))
-  $limit = 10;
+  $limit = 12;
 
 $start = ($page - 1) * $limit;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]