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');
<div id="landing_page">
<?php
if(($page=$cfg->getOfflinePage())) {
echo $page->getBody();
echo $page->getBodyWithImages();
} else {
echo '<h1>'.__('Support Ticket System Offline').'</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