Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/11/2007, 07:44
Avatar de somethingelse_crew
somethingelse_crew
 
Fecha de Ingreso: noviembre-2007
Ubicación: barcelona
Mensajes: 22
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: Eliminar Parte Del Footer

Cita:
Iniciado por Gabrielayb Ver Mensaje
Tenés que ir a la carpeta includes/footer.php lo descargás y lo editás con Dreamweaver y escribís lo que quieras ahí. Después solamente lo reemplazás.

Saludos

Gracias Gabrielayb,entre en el footer.php lo edito con dreamweaver pero donde escribo...

me sale esto en el footer:

<?php
/**
* @version $Id: footer.php 3711 2006-05-29 03:25:07Z stingrey $
* @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
?>
<div align="center">
&copy; <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?>
</div>

<div align="center">
<?php echo $_VERSION->URL; ?>
</div>