Your IP : 216.73.216.209


Current Path : /home/musicpassiondjs40/djandreidis/modules/mod_ajo_copyright/tmpl/
Upload File :
Current File : /home/musicpassiondjs40/djandreidis/modules/mod_ajo_copyright/tmpl/default.php

<?php
/**
 * @package		mod_ajo_copyright
 * @copyright	Copyright (C) 2016 freakout.be All rights reserved.
 * @author 		Danny Buytaert danny@freakout.be
 * @license		GNU General Public License version 2 or later
 */
defined ( '_JEXEC' ) or die ();
?>
<div class="<?php echo $moduleclass_sfx ?>"><?php echo $copyright; ?><?php echo $year; ?>
<?php if ($showSitename==1):?>
&nbsp;<?php echo $csiteName; ?>
<?php endif;?>
<?php if ($params -> get('freeText')):?>
&nbsp;<?php echo $params -> get('freeText'); ?>
<?php endif;?>
</div>