| Current Path : /home/musicpassiondjs40/djandreidis/modules/mod_ajo_copyright/tmpl/ |
| 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):?>
<?php echo $csiteName; ?>
<?php endif;?>
<?php if ($params -> get('freeText')):?>
<?php echo $params -> get('freeText'); ?>
<?php endif;?>
</div>