Fix the thumbnail size (prepare for retina). re #73

This commit is contained in:
Sébastien Lucas 2013-07-04 22:21:40 +02:00
parent 6ac89f2b4a
commit 2d0449e1d2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
"url" => array (
"detailUrl" => "index.php?page=13&id={0}&db={1}",
"coverUrl" => "fetch.php?id={0}&db={1}",
"thumbnailUrl" => "fetch.php?height=70&id={0}&db={1}"),
"thumbnailUrl" => "fetch.php?height=" . $config['cops_html_thumbnail_height'] . "&id={0}&db={1}"),
"config" => array (
"use_fancyapps" => $config ["cops_use_fancyapps"],
"max_item_per_page" => $config['cops_max_item_per_page'],