Image to Post - random

This commit is contained in:
Matthew Barbour
2020-10-26 10:17:15 -05:00
parent bfe95a09e7
commit 0db32f2ccc
4 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ class RandomImageTheme extends Themelet
{
public function display_random(Page $page, Image $image)
{
$page->add_block(new Block("Random Image", $this->build_random_html($image), "left", 8));
$page->add_block(new Block("Random Post", $this->build_random_html($image), "left", 8));
}
public function build_random_html(Image $image, ?string $query = null): string