Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Siberiantiger Friend
    #125094

    I might post a few posts here i short time. Because i have a few questions i cannot find the solutions to in this forum (ja_fagus)

    How can i center the copyright text in the bottom of my page?

    mfcphil Friend
    #236770

    try and put

    <p align=”center”>

    before

    <small>Copyright © <?php echo mosCurrentDate( ‘2001 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.

    and finish with

    </p>

    Siberiantiger Friend
    #236775

    Could you please tell me in what file i should do this change please!

    mfcphil Friend
    #236780

    templates / ja Fagus / footer 😉

    Siberiantiger Friend
    #236833

    It did not work for me.. what did i do wrong?

    Could you edit this code with the changes so i know it is correctly done?!

    <?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’ );

    global $_VERSION;

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

    <p align=”center”> <small>Copyright © <?php echo mosCurrentDate( ‘2005 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
    Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a></small>
    <br />
    <small><?php echo $_VERSION->URL; ?></small>

    mfcphil Friend
    #236843

    I have pasted your text into frontpage editor and it shows

    Copyright © . Designed by JoomlArt.com

    Centered

    make sure you have cleared your caches

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

This topic contains 6 replies, has 2 voices, and was last updated by  mfcphil 16 years, 10 months ago.

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