<?php $now = &JFactory::getDate(); echo $now->toFormat('%Y'); ?>
<div id="copyright">
© Copyright <span class="year"><?php $now = &JFactory::getDate(); echo $now->toFormat('%Y'); ?></span>, All Rights Reserved
</div>
<span class="copytext"><?php echo $this->get('text'); ?></span>
<span class="copytext">© yoursitenameorwhateveryouwant <?php $now = &JFactory::getDate(); echo $now->toFormat('%Y'); ?></span>
<span class="copytext">©<?php echo date('Y');?> <?php echo $this->get('text'); ?></span>
Time to create page: 0.083 seconds