|
|
@@ -1045,7 +1045,7 @@ $group = (isset($group) ? $group : "guest");
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php } ?>
|
|
|
- <?php if (file_exists('config/config.php') && $configReady == "Yes" && $tabSetup == "No" && SPLASH == "true" && $splash) {?>
|
|
|
+ <?php if (file_exists('config/config.php') && $configReady == "Yes" && $tabSetup == "No" && SPLASH == "true" && $splash && count($splash) > 1) {?>
|
|
|
<div id="splashScreen" class="splash-modal modal fade">
|
|
|
<div style="background:<?=$sidebar;?>;" class="table-wrapper big-box">
|
|
|
|