From b0b0324ee722875749534f9c4dbd332fef60097f Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 19 Sep 2013 19:30:00 +0100 Subject: [PATCH] image only button --- ext/handle_pixel/main.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ext/handle_pixel/main.php b/ext/handle_pixel/main.php index 0eb2dc8f..2dadfc34 100644 --- a/ext/handle_pixel/main.php +++ b/ext/handle_pixel/main.php @@ -82,6 +82,13 @@ class PixelFileHandler extends DataHandlerExtension { ", 20); + + $u_ilink = $event->image->get_image_link(); + $event->add_part(" +
+ +
+ ", 21); } // IM thumber {{{