[Resolvido]Iniciando um template do zero

  • Air-Gear
  • Avatar de Air-Gear Autor do Tópico
  • Offline
  • JCB! Senior
  • JCB! Senior
Mais
11 anos 10 meses atrás #71072 por Air-Gear
Air-Gear created the topic: [Resolvido]Iniciando um template do zero
Olá pessoal

Eu fiz um template do zero para testar no Joomla 2.5. Substitui o index velho pelo o novo mas não carregou o site. Segue o código:

index.php
?<?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>

Tem alguma coisa errada no código ou tenho que colocar o index.php via upload ao inves de colocar na pasta?

Please Entrar ou Registrar to join the conversation.


Mais
11 anos 10 meses atrás #71073 por Uriel
Uriel replied the topic: Re: [AJUDA]Iniciando um template do zero
Vídeo aulas desenvolvidas pelo Bruno Batista do site Joomlapro
[url=http://www.joomlapro.com.br" onclick="window.open(this.href);return false;]http://www.joomlapro.com.br[/url]


[center:hdu2ibrr][vdl:hdu2ibrr]779694[/vdl:hdu2ibrr][/center:hdu2ibrr]
[url=http&#58;//www&#46;youtube&#46;com/watch?v=TvSNlwD9OFk&amp;feature=player_embedded:hdu2ibrr]Youtube[/url:hdu2ibrr]



[center:hdu2ibrr][vdl:hdu2ibrr]779811[/vdl:hdu2ibrr][/center:hdu2ibrr]
[url=http&#58;//www&#46;youtube&#46;com/watch?v=G9RHXBMcFMg&amp;feature=player_embedded:hdu2ibrr]Youtube[/url:hdu2ibrr]

[center:hdu2ibrr][vdl:hdu2ibrr]779644[/vdl:hdu2ibrr][/center:hdu2ibrr]
[url=http&#58;//www&#46;youtube&#46;com/watch?v=X1WOHJRBAIY&amp;feature=player_embedded:hdu2ibrr]Youtube[/url:hdu2ibrr]

[center:hdu2ibrr][vdl:hdu2ibrr]780216[/vdl:hdu2ibrr][/center:hdu2ibrr]
[url=http&#58;//www&#46;youtube&#46;com/watch?v=_bqG7Q-wHf4&amp;feature=player_embedded:hdu2ibrr]Youtube[/url:hdu2ibrr]

abraço

Please Entrar ou Registrar to join the conversation.