[Resolvido] <jdoc:include não Funciona!
Olá gente estou aprendendo agora a fazer templates para joomla por necessinadade mesmo e estou adorando, mas tive minha primeira dificuldade em incluir um simples menu.
coloquei assim:
<div id="submenu">
<jdoc:include type="modules" name=”user3” style=”xhtml” />
</div>
e dentro do admin configurei como manda o figurino e ficou como na figura ai
/applications/core/interface/imageproxy/imageproxy.php?img=http://essenciapropaganda.com.br/cliente/geral/admin.jpg&key=5d37cb0120b522bd8e39c84e9f924216be553a50393a5c0dff19d695f56b1590" alt="Imagem Postada" />
bom vejam como esta dentro do meu código:
<?php 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"](http://www.w3.org/1999/xhtml) xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/960.css" media="all" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/reset.css" media="all" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" media="all" type="text/css" />
<link href="css/960.css" rel="stylesheet" type="text/css" />
<link href="css/template.css" rel="stylesheet" type="text/css" />
</head>
<body >
<div>
<div id="topo" class="container_16">
<div id="twitter" class=" grid_5 prefix_11"> <jdoc:include type=”module” name=”twitter” style=”xhtml” /></div><!--twitter-->
<div id="menu" >
<div id="submenu">
<jdoc:include type="modules" name=”user3” style=”xhtml” />
</div>
</div><!--fim menu-->
</div><!--fim div topo-->
</div><!--final da div total-->
</body>
</html>
Bom gente desde já muito obrigado e até mais...
Discussão (1)
Carregando comentários...