Fixed missing height and width in module images of custom blocks

This commit is contained in:
Marc Alexander
2011-07-09 16:37:39 +02:00
parent ca25262e38
commit 9929d469dd

View File

@@ -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