[Resolvido]Não aparece nada do arquivo index.php

  • Air-Gear
  • Avatar de Air-Gear Autor do Tópico
  • Offline
  • JCB! Senior
  • JCB! Senior
Mais
13 anos 5 meses atrás #71252 por Air-Gear
Air-Gear created the topic: [Resolvido]Não aparece nada do arquivo index.php
Oi pessoal!

Eu fiz um template para o Joomla 2.5 e fiz o upload com todas as pastas para o mesmo. Ante eu fiz o arquivo xml para colocar as posições de onde ia colocar os módulos. Eu fui colocar como padrão e não aparece nada no Firefox. Nem o menu que inserir, nem as fotos da pasta images, nem nada. Não sei o que pode ser.

Eis o código.
?<?php
/**
 * @copyright  Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license    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( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/modules/mod_superfishmenu/tmpl/css/superfish.css" type="text/css" />
<title>Template do Joomla</title>
<link href="estilo.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="topo"></div>
<div id="topo2"></div>
<div id="topo3"></div>
<div id="mae">
	<div id="branco"></div>
	<div id="cabecalho"></div>
	<div id="logo"></div>
    
    <div id="menu1">
    	<jdoc:include type="modules" name="menu1" />
    </div>
    
    <div id="banner_animado">
    	<jdoc:include type="modules" name="banner-animado" />
    </div>
     
    <div id="ultima_noticia">
    	<jdoc:include type="modules" name="ultima-noticia" />
    </div>
    
    <div id="menu2">
    	<jdoc:include type="modules" name="menu2" />
    </div>
         
    <div id="canais">
    	<jdoc:include type="modules" name="canais" />
    </div>
    
    <div id="acesso_rapido">
    	<jdoc:include type="modules" name="acesso-rapido" />
    </div>
    
    <div id="rodape"></div>
</div>
<div id="rodape2"></div>
</body>
</html>

Alguém pode me ajudar?

Please Entrar ou Registrar to join the conversation.


  • Air-Gear
  • Avatar de Air-Gear Autor do Tópico
  • Offline
  • JCB! Senior
  • JCB! Senior
Mais
13 anos 3 meses atrás #73911 por Air-Gear
Air-Gear replied the topic: Re: Não aparece nada do arquivo index.php
Pesquisei e vi que faltava alguns códigos para funcionar. Entre eles um exclusivo do Joomla 2.5. Resolvido.

Please Entrar ou Registrar to join the conversation.