aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-02-14 00:36:34 +0000
committerrvelices <rv-github@modusoptimus.com>2007-02-14 00:36:34 +0000
commit711ebcbf2c1906b6496711eb6973954ecb113d72 (patch)
tree625490d68f96f6aba3f93c484f6208e10cc9f3b8 /comments.php
parent03911f5aa32d4dd65d85b7dd81379fedd27bbef5 (diff)
- thumbnails creation for all local sites (not only site id 1)
- urls for images in notification (rss & mail) is now correct - removed "Recent pictures" from title in when the flat view is in effect - removed unnecessary class="" from comments.tpl - english language correction - removed unused web service files - set rating star button left & right margin to 0 (javascript) - admin menu - put site manager and synchronize together git-svn-id: http://piwigo.org/svn/trunk@1814 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index c7af65c90..432dad08a 100644
--- a/comments.php
+++ b/comments.php
@@ -85,7 +85,7 @@ if (isset($_GET['sort_order']))
// number of items to display
//
-$page['items_number'] = 5;
+$page['items_number'] = 10;
if (isset($_GET['items_number']))
{
$page['items_number'] = $_GET['items_number'];