aboutsummaryrefslogtreecommitdiffstats
path: root/install/config.sql
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-30 19:54:08 +0000
committervdigital <vdigital@piwigo.org>2007-01-30 19:54:08 +0000
commit70bffc591ef6fd1568efcaef237e0851441a4584 (patch)
treeb8134a4e224c1884be546a8c0013635cc0310bd9 /install/config.sql
parent0a2c5204369bdbf4f8b761444056d90c15b98317 (diff)
Issue 0000614: Display hits under thumbnails like comments counter
- Update config.sql git-svn-id: http://piwigo.org/svn/trunk@1770 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/config.sql')
-rw-r--r--install/config.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/config.sql b/install/config.sql
index 399b3fe8e..d4e597758 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -13,6 +13,7 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nb_line_page','3
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('recent_period','7','Period within which pictures are displayed as new (in days)');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auto_expand','false','Auto expand of the category tree');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','false','Show the number of comments under the thumbnails');
+INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_hits', 'false', 'Show hits count under thumbnails');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallery demonstration site','Title at top of each page and for RSS feed');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');