Image to Post - rule34 theme

This commit is contained in:
Matthew Barbour 2020-10-26 10:26:23 -05:00
parent cef07afcbd
commit 15c9cf453b
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class CustomIndexTheme extends IndexTheme
} else {
$this->display_error(
404,
"No Images Found",
"No Posts Found",
"No images were found to match the search criteria. Try looking up a character/series/artist by another name if they go by more than one. Remember to use underscores in place of spaces and not to use commas. If you came to this page by following a link, try using the search box directly instead. See the FAQ for more information."
);
}

View file

@ -27,7 +27,7 @@ class Themelet extends BaseThemelet
$html = "<div class='shm-thumb thumb' data-ext=\"$h_ext\" data-tags=\"$h_tags\" data-post-id=\"$i_id\"><a class='shm-thumb-link' href='$h_view_link'>".
'<img id="thumb_'.$i_id.'" title="'.$h_tip.'" alt="'.$h_tip.'" height="'.$tsize[1].'" width="'.$tsize[0].'" src="'.$h_thumb_link.'" loading="lazy"></a>'.
'<br><a href="'.$h_image_link.'">Image Only</a>'.
'<br><a href="'.$h_image_link.'">File Only</a>'.
"<span class='need-del'> - <a href='#' onclick='image_hash_ban($i_id); return false;'>Ban</a></span>".
"</div>\n";