Display 50 items on "new" page

This commit is contained in:
Las Zenow 2012-11-20 01:25:36 +01:00
parent ef2802f0e9
commit d98a5974c1

View file

@ -9,7 +9,7 @@ const (
PASS_SALT = "ImperialLibSalt"
TAGS_DISPLAY = 50
SEARCH_ITEMS_PAGE = 10
NEW_ITEMS_PAGE = 10
NEW_ITEMS_PAGE = 50
TEMPLATE_PATH = "templates/"
BOOKS_PATH = "books/"
COVER_PATH = "cover/"