Sindbad~EG File Manager
<?php
/**
* @package RSLibro!
* @copyright (C) 2016 www.rsjoomla.com
* @license GPL, http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die;
if ($this->countModules('lower-fluid-a or lower-fluid-b or lower-fluid-c or lower-fluid-d')) {
$span = 12;
$modules = 0;
if ($this->countModules('lower-fluid-a')) $modules++;
if ($this->countModules('lower-fluid-b')) $modules++;
if ($this->countModules('lower-fluid-c')) $modules++;
if ($this->countModules('lower-fluid-d')) $modules++;
if ($modules>0) $span = $span / $modules;
?>
<!-- Start Lower Fluid -->
<section class="rstpl-lower-fluid-position">
<div class="row-fluid">
<div class="container">
<?php if ($this->countModules('lower-fluid-a')) { ?>
<!-- Start Lower Fluid A -->
<div class="span<?php echo $span; ?>" data-rs="enter bottom, and ease-in-out 100px">
<jdoc:include type="modules" name="lower-fluid-a" style="rsmodule"/>
</div>
<!-- End Lower Fluid A -->
<?php } ?>
<?php if ($this->countModules('lower-fluid-b')) { ?>
<!-- Start Lower Fluid B -->
<div class="span<?php echo $span; ?>" data-rs="wait 0.1s and then enter bottom, and ease-in-out 100px">
<jdoc:include type="modules" name="lower-fluid-b" style="rsmodule"/>
</div>
<!-- Start Lower Fluid B -->
<?php } ?>
<?php if ($this->countModules('lower-fluid-c')) { ?>
<!-- Start Lower Fluid C -->
<div class="span<?php echo $span; ?>" data-rs="wait 0.2s and then enter bottom, and ease-in-out 100px">
<jdoc:include type="modules" name="lower-fluid-c" style="rsmodule"/>
</div>
<!-- Start Lower Fluid C -->
<?php } ?>
<?php if ($this->countModules('lower-fluid-d')) { ?>
<!-- Start Lower Fluid D -->
<div class="span<?php echo $span; ?>" data-rs="wait 0.3s and then enter bottom, and ease-in-out 100px">
<jdoc:include type="modules" name="lower-fluid-d" style="rsmodule"/>
</div>
<!-- Start Lower Fluid D -->
<?php } ?>
</div>
</div>
</section>
<!-- End Lower Fluid -->
<?php } ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists