Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/bottom.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;
$bgimage = $this->params->get('bgimage');?>
<?php if ($this->checkSpotlight('bottom', 'bottom1, bottom2, bottom3, bottom4, bottom5, bottom6')) : ?>
<section id="bottomrow">
<a id="bottom-link" name="bottom-link"></a>
<div class="container">
<?php $this->spotlight ('bottom', 'bottom1, bottom2, bottom3, bottom4, bottom5, bottom6')?>
</div>
</section>
<?php endif;?>