|
|
@@ -1057,7 +1057,8 @@ if(file_exists("images/settings2.png")) : $iconRotate = "false"; $settingsIcon =
|
|
|
<div class="row">
|
|
|
<div class="col-lg-12">
|
|
|
<div class="row">
|
|
|
- <?php if($tabSetup == "No") : $tabCount = 1; foreach($splash as $row) : ?>
|
|
|
+ <?php if($tabSetup == "No") : $tabCount = 1; foreach($splash as $row) :
|
|
|
+ $name = str_replace(array(':', '\\', '/', '*'), 'x', $row['ping_url']);?>
|
|
|
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2" id="splash-<?php echo strtolower($row['name']);?>">
|
|
|
<li style="list-style-type: none; cursor: pointer;" window="<?=$row['window'];?>" class="splash-item content-box small-box ultra-widget gray-bg" name="<?php echo strtolower($row['name']);?>">
|
|
|
<div class="w-content">
|