Página 1 de 1
Alterar Rodapé da Adiministração!
Enviado: 17 Dez 2007, 12:47
por Brunno Dias
Ae galera do joomla
estou precisando alterar o Rodapé da do joomla tentei encontrar mais sem muito êxito e procurei aqui no fórum e não encontrei nada sobre isso .. alguém poderia me dar uma luz ...
Grato, Abraço!
Re: Alterar Rodapé da Adiministração!
Enviado: 17 Dez 2007, 15:16
por Diogo Magalhães
Para o front end são os arquivos footer.php e version.php, se não me engano
Re: Alterar Rodapé da Adiministração!
Enviado: 17 Dez 2007, 16:39
por Brunno Dias
Ok
esse eu sei que é nesse caminho preciso alterar o rodapé da Administração.. do joomla
Já estou grato pela atenção
Re: Alterar Rodapé da Adiministração!
Enviado: 18 Dez 2007, 00:36
por Karlos Rikaryo
Cara toma cuidado pra não remover os creditos do Joomla! no codigo fonte ok...
Geralmente a gente remove do template e não do admin
vlw

Re: Alterar Rodapé da Adiministração!
Enviado: 18 Dez 2007, 10:10
por Brunno Dias
Eu não estou querendo tirar os Crédito do Código fonte .. eu só quero alterar Rodapé do Admin
aqule parte que diz Assim :
Joomla! is Free Software released under the GNU/GPL License.
Joomla! 1.0.13 Stable [ Sunglow ] 21 July 2007 16:00 UTC
Check for latest Version
grato!
Re: Alterar Rodapé da Adiministração!
Enviado: 22 Dez 2007, 03:36
por André Franco
Vamos a solução:
Você deve alterar o arquivo
index.php(administrator\templates\joomla_admin), abra o arquivo index.php e apague o conteúdo e copie o seguinte codigo:
Código: Selecionar todos
<?php
/**
* @version $Id: index.php 5975 2006-12-11 01:26:33Z robs $
* @package Joomla / Tradução idioma pt-br 27-07-2007 /por: Lena - www.facilhost.com.br
* @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.
*/
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Acesso Restrito' );
$tstart = mosProfiler::getmicrotime();
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $mosConfig_sitename; ?> - Administration [Joomla!]</title>
<link rel="stylesheet" href="templates/joomla_admin/css/template_css.css" type="text/css" />
<link rel="stylesheet" href="templates/joomla_admin/css/theme.css" type="text/css" />
<script language="JavaScript" src="<?php echo $mosConfig_live_site; ?>/includes/js/JSCookMenu_mini.js" type="text/javascript"></script>
<script language="JavaScript" src="<?php echo $mosConfig_live_site; ?>/administrator/includes/js/ThemeOffice/theme.js" type="text/javascript"></script>
<script language="JavaScript" src="<?php echo $mosConfig_live_site; ?>/includes/js/joomla.javascript.js" type="text/javascript"></script>
<?php
include_once( $mosConfig_absolute_path . '/editor/editor.php' );
initEditor();
// Workaround to include custom head tags from components
if (isset( $mainframe->_head['custom'] ))
{
$head = array();
foreach ($mainframe->_head['custom'] as $html) {
$head[] = $html;
}
echo implode( "\n", $head ) . "\n";
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta name="Generator" content="Joomla! Content Management System" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site .'/images/favicon.ico';?>" />
</head>
<body onload="MM_preloadImages('images/help_f2.png','images/archive_f2.png','images/back_f2.png','images/cancel_f2.png','images/delete_f2.png','images/edit_f2.png','images/new_f2.png','images/preview_f2.png','images/publish_f2.png','images/save_f2.png','images/unarchive_f2.png','images/unpublish_f2.png','images/upload_f2.png')">
<div id="wrapper">
<div id="header">
<div id="joomla"><img src="templates/joomla_admin/images/header_text.png" alt="Logo Joomla!" /></div>
</div>
</div>
<table width="100%" class="menubar" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="menubackgr" style="padding-left:5px;">
<?php mosLoadAdminModule( 'fullmenu' );?>
</td>
<td class="menubackgr" align="right">
<div id="wrapper1">
<?php mosLoadAdminModules( 'header', 2 );?>
</div>
</td>
<td class="menubackgr" align="right" style="padding-right:5px;">
<a href="index2.php?option=logout" style="color: #333333; font-weight: bold">
Sair</a>
<strong><?php echo $my->username;?></strong>
</td>
</tr>
</table>
<table width="100%" class="menubar" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="menudottedline" width="40%">
<?php mosLoadAdminModule( 'pathway' );?>
</td>
<td class="menudottedline" align="right">
<?php mosLoadAdminModule( 'toolbar' );?>
</td>
</tr>
</table>
<br />
<?php mosLoadAdminModule( 'mosmsg' );?>
<div align="center" class="centermain">
<div class="main">
<?php mosMainBody_Admin(); ?>
</div>
</div>
<div align="center" class="footer">
<table width="99%" border="0">
<tr>
<td align="center">
<div align="center">
<?php echo $_VERSION->URL; ?>
</div>
<?php
if ( $mosConfig_debug ) {
echo '<div class="smallgrey">';
$tend = mosProfiler::getmicrotime();
$totaltime = ($tend - $tstart);
printf ("Página foi gerada em %f segundos", $totaltime);
echo '</div>';
}
?>
</td>
</tr>
</table>
</div>
<?php mosLoadAdminModules( 'debug' );?>
</body>
</html>
Com esse code vai aparecer somente a seguinte informação:
Joomla! é um software livre disponibilizado sob licença GNU/GPL.
Caso queira deixar totalmente em branco, vc deve apagar o code abaixo tambem:
Código: Selecionar todos
<div align="center">
<?php echo $_VERSION->URL; ?>
</div>
Até +