I am missing the footer in my template…
I made an edit to the code then it no longer worked for me… any suggestions?
[PHP]<?php
/**
* @version $Id: footer.php 85 2005-09-15 23:12:03Z eddieajau $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );
// NOTE – You may change this file to suit your site needs
?>
Copyright © <?php echo mosCurrentDate( ‘2006 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
<a href=”http://www.ultimadg.com/” title=”Visit UltimaWebDesignGroup.com!” target=”blank”>Search Engine Marketing and Web Design by: Ultima Web Design Group, Orlando, Florida</a>
<br />
[/PHP]