Esempio n. 1
-1
?>
">
			  <jdoc:include type="modules" name="<?php 
$this->_p('footer');
?>
" />
			</div>
			<?php 
if ($this->getParam('t3-rmvlogo', 1)) {
    ?>
			<div class="poweredby">
			  <a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php 
    echo JText::_('T3_POWER_BY_TEXT');
    ?>
" target="_blank" <?php 
    echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"';
    ?>
><?php 
    echo JText::_('T3_POWER_BY_HTML');
    ?>
</a>
			</div>
			<?php 
}
?>
	  </section>
	  <div class="clr"></div>
	  <div class="t3-footer-bottom">
		<jdoc:include type="modules" name="<?php 
$this->_p('footer-bottom');
?>
Esempio n. 2
-1
<?php
/**
 * @package     Joomla.Site
 * @subpackage  mod_footer
 *
 * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined('_JEXEC') or die;
?>
<div class="module">
	<small><?php echo $lineone; ?> Designed by <a href="http://www.themeforest.net/user/ithemeslab" title="Visit iThemesLab" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>iThemesLab</a>.</small><br />
	<small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
</div>