From 9929d469dd8794b9c654ddf77f4f2cc1f1e10109 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 9 Jul 2011 16:37:39 +0200 Subject: [PATCH] Fixed missing height and width in module images of custom blocks --- root/portal.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/portal.php b/root/portal.php index 9ff93fe9..22508cdd 100755 --- a/root/portal.php +++ b/root/portal.php @@ -134,6 +134,8 @@ foreach ($portal_modules as $row) 'TITLE' => $template_module['title'], 'CODE' => $template_module['code'], 'MODULE_ID' => $row['module_id'], + 'IMAGE_WIDTH' => $row['module_image_width'], + 'IMAGE_HEIGHT' => $row['module_image_height'], )); } else