Wednesday 06 August 2008 4:36:48 am
Hi,
I've got this piece of code in my template: {menu name=TopMenu} It generates this code: <h3 class="hide">Top menu</h3>
<ul>
<li ><div class="spacing"><a href="/index.php/sanelco/Home">Home</a></div></li>
<li ><div class="spacing"><a href="/index.php/sanelco/Over-Sanelco">Over Sanelco</a></div></li>
<li ><div class="spacing"><a href="/index.php/sanelco/Producten">Producten</a></div></li>
<li ><div class="spacing"><a href="/index.php/sanelco/Levering">Levering</a></div></li>
<li class="last "><div class="spacing"><a href="/index.php/sanelco/Help">Help</a></div></li>
</ul>
<div class="break"></div>
</div>
</div>
<hr class="hide" />
I just cannot find the template where this is generated!!
Do you have a clue? thanks for your time..
|