Kaynağa Gözat

Made splash show only if tab count is more than 1

causefx 8 yıl önce
ebeveyn
işleme
15577adf73
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -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">