Skip to content

Commit

Permalink
Fixed missing height and width in module images of custom blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Jul 9, 2011
1 parent ca25262 commit 9929d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/portal.php
Expand Up @@ -134,6 +134,8 @@
'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
Expand Down

0 comments on commit 9929d46

Please sign in to comment.