diff --git a/root/portal.php b/root/portal.php index 9ff93fe92..22508cdd3 100755 --- a/root/portal.php +++ b/root/portal.php @@ -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