From b2ef2502db84c7d7b2bc1ef3525c32213d2f05e5 Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 13 Dec 2007 23:27:22 +0000 Subject: [PATCH] proper tags, no need for loader hack? git-svn-id: file:///home/shish/svn/shimmie2/trunk@660 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/handle_svg/theme.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/handle_svg/theme.php b/contrib/handle_svg/theme.php index 15ef3a2a..89e0d212 100644 --- a/contrib/handle_svg/theme.php +++ b/contrib/handle_svg/theme.php @@ -3,10 +3,11 @@ class SVGFileHandlerTheme extends Themelet { public function display_image($page, $image) { $link = make_link("get_svg/{$image->id}/{$image->id}.svg"); + $ilink = $image->get_image_link(); // FIXME: object and embed have "height" and "width" $html = " - - + + "; $page->add_block(new Block("Image", $html, "main", 0));