Current Path :
/
home
/
develito
/
www
/
templates
/
ja_edenite_ii
/
html
/
mod_footer
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/www/templates/ja_edenite_ii/html/mod_footer/default.php
<?php /** * @package Joomla.Site * @subpackage mod_footer * * @copyright Copyright (C) 2005 - 2021 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; use Joomla\CMS\Language\Text; ?> <div class="module"> <small><?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>JoomlArt.com</a>.</small> <small><?php echo Text::_( 'MOD_FOOTER_LINE2' ); ?></small> </div>