Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/top.php
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<?php if ($this->countModules('panel')) : ?>
<div id="paneltrigger">
<a href="#panel" role="button" data-toggle="modal">
<span class="icon-chevron-down"></span>
</a>
</div>
<?php endif; ?>
<?php if ($this->checkSpotlight('top', 'top1, top2, top3, top4')) : ?>
<!-- Top -->
<section id="topwrap">
<div class="container <?php if ($this->countModules('panel')) : ?>panel-padding<?php endif;?>">
<?php
$this->spotlight ('top', 'top1, top2, top3, top4')
?>
<?php if ($this->checkSpotlight('panel', 'panel1, panel2, panel3, panel4')) : ?>
<div class="paneltrigger closed">
<a href="#panel">
<span class="trigger"><?php echo $this->params->get('paneltext');?><span class="fa-times"></span></span>
</a>
</div>
<?php endif; ?>
</div>
</section>
<?php endif;?>