diff --git a/index.php b/index.php
index 9a2ae35d32e47aee05ba40084ec256f840659c8e..cb24a560687e7e72c75e0235a386e4b368036f67 100644
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@ require(CLIENTINC_DIR.'header.inc.php');
 <div id="landing_page">
     <?php
     if($cfg && ($page = $cfg->getLandingPage()))
-        echo $page->getBody();
+        echo $page->getBodyWithImages();
     else
         echo  '<h1>Welcome to the Support Center</h1>';
     ?>