]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
showing 16 photos on an album page rather than 8
authorCash Costello <cash.costello@gmail.com>
Sun, 10 Jul 2011 13:19:27 +0000 (13:19 +0000)
committerCash Costello <cash.costello@gmail.com>
Sun, 10 Jul 2011 13:19:27 +0000 (13:19 +0000)
views/default/object/album.php

index 7c43c4e96cbf71b824f11b871198607e48ed81c5..13b94aed508499772f068c3b194988a2a74ceb3b 100644 (file)
@@ -107,7 +107,7 @@ if (get_context() == "search") {
        echo '<div id="tidypics_desc">' . autop($desc) . '</div>';
 
        $offset = (int)get_input('offset', 0);
-       echo $album->viewImages(8, $offset);
+       echo $album->viewImages(16, $offset);
        //      echo '<div class="tidypics_info">' . elgg_echo('image:none') . '</div>';
        //      $num_images = 0;
        //}