aboutsummaryrefslogtreecommitdiffstats
path: root/install/config.sql
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-06-09 20:34:48 +0000
committermistic100 <mistic@piwigo.org>2011-06-09 20:34:48 +0000
commit7532e1a802beb74b32417cedefc9a000733c8004 (patch)
tree3f0bacd34b9921df9ddc07a88f2d9dd9109c73fb /install/config.sql
parent87e8bd9788a561ad045d149c549ed6d995983f1b (diff)
feature:2330 ability to hide the "new" icon for recent photos
git-svn-id: http://piwigo.org/svn/trunk@11285 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 22805cd8e..04d342e25 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -36,6 +36,7 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('index_flat_icon','true'
INSERT INTO piwigo_config (param,value,comment) VALUES ('index_posted_date_icon','true','Display calendar by posted date');
INSERT INTO piwigo_config (param,value,comment) VALUES ('index_created_date_icon','true','Display calendar by creation date icon');
INSERT INTO piwigo_config (param,value,comment) VALUES ('index_slideshow_icon','true','Display slideshow icon');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('index_new_icon','true','Display new icons next albums and pictures');
INSERT INTO piwigo_config (param,value,comment) VALUES ('picture_metadata_icon','true','Display metadata icon on picture page');
INSERT INTO piwigo_config (param,value,comment) VALUES ('picture_slideshow_icon','true','Display slideshow icon on picture page');
INSERT INTO piwigo_config (param,value,comment) VALUES ('picture_favorite_icon','true','Display favorite icon on picture page');