From f26fc5925b405c745c34b47ff13c486bb962dfbc Mon Sep 17 00:00:00 2001 From: im-mi Date: Thu, 1 Sep 2016 23:08:28 -0400 Subject: [PATCH] Added zoom support to ico --- ext/handle_ico/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/handle_ico/theme.php b/ext/handle_ico/theme.php index aa092709..3741096f 100644 --- a/ext/handle_ico/theme.php +++ b/ext/handle_ico/theme.php @@ -4,7 +4,8 @@ class IcoFileHandlerTheme extends Themelet { public function display_image(Page $page, Image $image) { $ilink = make_link("get_ico/{$image->id}/{$image->id}.ico"); $html = " - + main image "; $page->add_block(new Block("Image", $html, "main", 10)); }