Jump to content

gunnareinars

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by gunnareinars

  1. Hello, I´m wondering if anyone can help me out a little. I´m setting up a template with a horizontal menu which is linked directly to the product categories. Now I was adding a blog module (Prestablog) to the site and would love to add a link to it on the menu. I´ve been trying to work with tmcategories.tpl but no luck. This is how it looks now: <!-- TM Categories --> <div id="tmcategories"> <ul id="cat"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche__path" node=$child last='true'} {else} {include file="$branche__path" node=$child} {/if} {/foreach} </ul> </div> <!-- /TM Categories --> Shouldn't there be a simple solution to this? I noticed one topic where there was a similar issue but for some reason it doesn't work for me. Do I maybe need to change other files than tmcategories.tpl? I´m running on version 1.4.5.1 Thank you in advance
×
×
  • Create New...