?
Path : /home/admin/public_html/old/happy2/plugins/system/jat3/jat3/base-themes/default/blocks/ |
Current File : /home/admin/public_html/old/happy2/plugins/system/jat3/jat3/base-themes/default/blocks/footer.php |
<?php /** * ------------------------------------------------------------------------ * JA T3v2 System Plugin for J25 & J31 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * ------------------------------------------------------------------------ */ // No direct access defined('_JEXEC') or die; ?> <div class="ja-copyright"> <jdoc:include type="modules" name="footer" /> </div> <?php if($this->countModules('footnav')) : ?> <div class="ja-footnav"> <jdoc:include type="modules" name="footnav" /> </div> <?php endif; ?> <?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; ?>