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;
$socialPosition = $this->params->get('socialPosition');
if ($this->countModules('top-a or top-b or top-c') || $socialPosition == 'top-a' || $socialPosition == 'top-b') {
?>
<section class="rstpl-top-position">
<div class="row-fluid">
<!-- Start Top -->
<div class="container">
<?php if ($this->countModules('top-a or top-b') || $socialPosition == 'top-a' || $socialPosition == 'top-b') { ?>
<div class="span<?php echo ($this->countModules('top-c')) ? '11' : '12'; ?>">
<!-- Start Top-A -->
<div class="span6 rstpl-top-a">
<?php if ($socialPosition == 'top-a') {
$template->widgets['social']->render();
} ?>
<?php if ($this->countModules('top-a')) { ?>
<jdoc:include type="modules" name="top-a" style="rstop"/>
<?php } ?>
</div>
<!-- End Top-A -->
<!-- Start Top-B -->
<div class="span6 rstpl-top-b">
<?php if ($this->countModules('top-b')) { ?>
<jdoc:include type="modules" name="top-b" style="rstop"/>
<?php } ?>
<?php if ($socialPosition == 'top-b') {
$template->widgets['social']->render();
} ?>
</div>
<!-- End Top-B -->
</div>
<?php } ?>
<?php if ($this->countModules('top-c')) { ?>
<div class="span1">
<!-- Start Top-C -->
<div class="rstpl-top-c">
<a class="btn btn-toggle collapsed" href="javascript:void(0)" data-toggle="collapse" data-target="#rstpl-top-collapse">­</a>
<div id="rstpl-top-collapse" class="rstpl-top-collapse collapse">
<div class="container">
<jdoc:include type="modules" name="top-c" style="rstop"/>
</div>
</div>
</div>
<!-- Start Top-C -->
</div>
<?php } ?>
</div>
<!-- End Top -->
</div>
</section>
<?php } ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists