more mini adding
This commit is contained in:
parent
77a3d4946f
commit
4fbec8b9cd
@ -52,7 +52,7 @@ function cpm_manager_status() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$icon_file_to_use = $comic_filepath;
|
$icon_file_to_use = $comic_filepath;
|
||||||
foreach (array('rss', 'archive') as $type) {
|
foreach (array('rss', 'archive', 'mini') as $type) {
|
||||||
if (isset($thumbnails_found[$type])) { $icon_file_to_use = CPM_DOCUMENT_ROOT . $thumbnails_found[$type]; }
|
if (isset($thumbnails_found[$type])) { $icon_file_to_use = CPM_DOCUMENT_ROOT . $thumbnails_found[$type]; }
|
||||||
}
|
}
|
||||||
$comic_info['icon_uri'] = cpm_build_comic_uri($icon_file_to_use, CPM_DOCUMENT_ROOT);
|
$comic_info['icon_uri'] = cpm_build_comic_uri($icon_file_to_use, CPM_DOCUMENT_ROOT);
|
||||||
@ -283,7 +283,7 @@ function cpm_manager_status() {
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
$all_found = array();
|
$all_found = array();
|
||||||
foreach (array('rss', 'archive') as $type) {
|
foreach (array('rss', 'archive', 'mini') as $type) {
|
||||||
if (isset($object["thumbnails_found_${type}"])) { $all_found[$type] = $object["thumbnails_found_${type}"]; }
|
if (isset($object["thumbnails_found_${type}"])) { $all_found[$type] = $object["thumbnails_found_${type}"]; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user