Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • theluckyy1 Friend
    #118561

    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]

    ruben valero Friend
    #214148

    Hi, theluckyy1

    the file looks correct. Anyway you can try viewing the source code of any page in your site using the menu options in your browser -> View/source code (or something like that – I’ve got it in Spanish) and check whether the html generated by the template includes the footer information.

    If so, try changing the information in your footer.php. Insert your lines between div tags…

    [PHP]

    // NOTE – You may change this file to suit your site needs
    ?>

    <div aling=”center”>

    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 />
    </div>

    [/PHP]

    or

    you should get the original footer.php file and make the changes again. It’s just a suggestion.

    I hope it works.

    ruben

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  ruben valero 17 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum