From 711ebcbf2c1906b6496711eb6973954ecb113d72 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 14 Feb 2007 00:36:34 +0000 Subject: - 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 --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments.php') 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']; -- cgit v1.2.3