Hello! All that should be in your
footer.php - I am assuming you are using
Joomla 1.5? and what you are talking about is the
version URL as explained below:
Look for this in your footer.php (for
Copyright):
| Code: |
© <?php echo JHTML::_('date', 'now', '%Y' ) . ' ' . $mainframe->getCfg('sitename'); ?>
|
and look for this in footer.php (for
Version URL):
| Code: |
<?php echo $version->URL; ?>
|
That should sort it out... if not send me your test URL and send me a
super admin login /
password and I will sort you out
