本文整理汇总了PHP中T3::isHome方法的典型用法代码示例。如果您正苦于以下问题:PHP T3::isHome方法的具体用法?PHP T3::isHome怎么用?PHP T3::isHome使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类T3
的用法示例。
在下文中一共展示了T3::isHome方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: method_exists
?>
">
<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');
?>
示例2: defined
<?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>