?
Path : /home/admin/public_html/old/happy2/templates/ja_travel/blocks/ |
Current File : /home/admin/public_html/old/happy2/templates/ja_travel/blocks/footer.php |
<?php /* * ------------------------------------------------------------------------ * JA Travel Template for Joomla 2.5 & 3.0 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - Copyrighted Commercial Software * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * This file may not be redistributed in whole or significant part. * ------------------------------------------------------------------------ */ // no direct access defined ( '_JEXEC' ) or die ( 'Restricted access' ); ?> <?php $this->genBlockBegin ($block) ?> <?php if($this->countModules('footnav')) : ?> <div class="ja-footnav"> <jdoc:include type="modules" name="footnav" /> </div> <?php endif; ?> <div class="ja-copyright"> <jdoc:include type="modules" name="footer" /> </div> <?php $t3_logo = $this->getParam ('setting_t3logo', 't3-logo-light', 't3-logo-dark'); if ($t3_logo != 'none') : ?> <div id="ja-poweredby" class="<?php echo $t3_logo ?>"> <a href="http://t3.joomlart.com" title="Powered By T3 Framework" target="_blank">Powered By T3 Framework</a> </div> <?php endif; ?> <?php $this->genBlockEnd ($block) ?>