Skip to content
Snippets Groups Projects
Commit cee153dc authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/offline-page-images' into features_prs/develop-next

parents 33826cb8 5152755b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ require(CLIENTINC_DIR.'header.inc.php'); ...@@ -25,7 +25,7 @@ require(CLIENTINC_DIR.'header.inc.php');
<div id="landing_page"> <div id="landing_page">
<?php <?php
if(($page=$cfg->getOfflinePage())) { if(($page=$cfg->getOfflinePage())) {
echo $page->getBody(); echo $page->getBodyWithImages();
} else { } else {
echo '<h1>'.__('Support Ticket System Offline').'</h1>'; echo '<h1>'.__('Support Ticket System Offline').'</h1>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment