Page 1 of 1

how to put a menu into my template

Posted: Mon May 01, 2006 9:56 pm
by foxfirediego
I was wondering if is possible put the same menu then CSSMenu Horiz 1 col into my custom style
I have tryed almost everything...  :-[
this is mine template style:

Code: Select all

<__html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="Venda de jóias finas em ouro. Jóias para noivado e alianças de casamento. Jóias com diamantes. Jóias em Pedras Brasileiras, Aliancas, Anéis,  Brincos,  Pulseiras, Colares,  Pingentes, Piercings">
<meta name="keywords" content="joias, joia, loja, lojas, joalheria, alianca, aliança, aliancas, alianças, anel, anéis, brinco, brincos, colar, colares, pingente, pingentes, ouro, prata, bronze, piercing, piercings, compra, venda, ouro, ouro branco, casamento, casar, presente, venda online, diamantes, esmeraldas, brilhantes, ouro amarelo, ouro vermelho, rubi, rubis, iolita, topazio, safira, perola, ametista, granada, peridoto, turmalina, agua marinha, casamento, noivado, noiva, noivo">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" title="CantarellaJoias.com.br - Joalheria" language="Portuguese" url="http://www.cantarellajoias.com.br">
<meta http-equiv="Content-Language" content="pt-br">
<meta name="author" content="Diego S.Vieira - diegosvieira@gmail.com">
<meta name="classification" content="Joias">
<meta name="subject" content="Joias">
<meta NAME="RATING" CONTENT="GENERAL">
<meta NAME="ROBOTS" CONTENT="INDEX, ALL">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta NAME="SLUG" CONTENT="Joias">
<meta NAME="revisit-after" CONTENT="7 days">
<meta name="copyrigth" content="CantarellaJoias.com.br">
<META NAME="expires" CONTENT="never">
<META NAME="language" CONTENT="portuguese">
<META NAME="charset" CONTENT="ISO-8859-1">
<META NAME="distribution" CONTENT="Global">
<META NAME="publisher" CONTENT="CantarellaJoias.com.br">
<title>Cantarella Jóias - {title}</title>
<link rel="stylesheet" type="text/css" href="images/cantarella/style.css">
{metadata}
{stylesheet}

{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}

{global_content name='JavaScript for IE page width'}
<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
</head>
</__body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000">
<div align="center">
<div id="pagewrapper">

<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
	<tr>
		<td background="images/cantarella/curvas_05.jpg" height="17" width="38">
		<img border="0" src="images/cantarella/curvas_03.jpg" align="left" hspace="0"></td>
		<td background="images/cantarella/curvas_05.jpg" height="17" width="934">
		<p align="left">
		 </td>
		<td background="images/cantarella/curvas_05.jpg" height="17">
		<img border="0" src="images/cantarella/curvas_07.jpg" align="right" hspace="0"></td>
	</tr>
	<tr>
		<td background="images/cantarella/linha.jpg" width="38"> </td>
		<td width="934"><center><__script__ type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 499, 119, 0, 1000, 1, "R")
</__script></center></td>
		<td background="images/cantarella/curvas_11.jpg"> </td>
	</tr>
	<tr>
		<td background="images/cantarella/linha.jpg" width="38">
		 </td>
		<td width="934">
		<p align="center">
     <!-- Start Horizontal Navigation -->
      <div id="menu_horiz">
         <div id="wrapper">
         {cms_module module='menumanager' template='cssmenu-accessible.tpl'}
         </div>
      </div>
      <!-- End Horizontal Navigation --></td>
		<td background="images/cantarella/curvas_11.jpg">
		 </td>
	</tr>
	<tr>
		<td background="images/cantarella/linha.jpg" width="38"> </td>
		<td width="934">{content}</td>
		<td background="images/cantarella/curvas_11.jpg"> </td>
	</tr>
	<tr>
		<td background="images/cantarella/linha.jpg" width="38">
		 </td>
		<td width="934">
		<p align="center"> </td>
		<td background="images/cantarella/curvas_11.jpg">
		 </td>
	</tr>
	<tr>
		<td background="images/cantarella/linha.jpg" width="38"> </td>
		<td width="934"> </td>
		<td background="images/cantarella/curvas_11.jpg"> </td>
	</tr>
	<tr>
		<td background="images/cantarella/curvas_18.jpg" height="29" width="38">
		<nobr>
		<img border="0" src="images/cantarella/curvas_17.jpg" align="left" hspace="0"></td>
		<td background="images/cantarella/curvas_18.jpg" height="29" width="934">
		<nobr>
		 </td>
		<td background="images/cantarella/curvas_18.jpg" height="29">
		<nobr>
		<img border="0" src="images/cantarella/curvas_20.jpg" align="right" hspace="0"></td>
	</tr>
	<tr>
		<td height="29" width="38">
		 </td>
		<td height="29" width="934"><center>{global_content name='footer'}<center></td>
		<td height="29">
		 </td>
	</tr>
</table>

</div>

<__body>

</__html>

Re: how to put a menu into my template

Posted: Tue May 02, 2006 12:06 am
by foxfirediego
no need anymore... I figure it out  ;)