PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
plugins
/
system
/
t3
/
base
/
html
/
mod_footer
<?php /** * @package Joomla.Site * @subpackage mod_footer * * @copyright Copyright (C) 2005 - 2017 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; ?> <small class="footer1<?php echo $moduleclass_sfx; ?>"><?php echo $lineone; ?></small> <small class="footer2<?php echo $moduleclass_sfx; ?>"><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
[-] index.html
[edit]
[-] default.php
[edit]
[+]
..