Skip to content
Snippets Groups Projects
Commit 8a1f4e6a authored by clonemeagain's avatar clonemeagain Committed by Jared Hancock
Browse files

Parses InlineImages for index.php


Otherwise the <img> doesn't get the correct uri for the image.

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parent 190caed4
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ require(CLIENTINC_DIR.'header.inc.php'); ...@@ -20,7 +20,7 @@ require(CLIENTINC_DIR.'header.inc.php');
<div id="landing_page"> <div id="landing_page">
<?php <?php
if($cfg && ($page = $cfg->getLandingPage())) if($cfg && ($page = $cfg->getLandingPage()))
echo $page->getBody(); echo $page->getBodyWithImages();
else else
echo '<h1>Welcome to the Support Center</h1>'; echo '<h1>Welcome to the Support Center</h1>';
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment