Overriding blocks through module

Hi!
I have little problem…
when i override block (widget/header/categorylist.tpl => dd_widget_header_categorylist_navbar_list) with main menu with this:

[{$smarty.block.parent}]
<li>xxx</li>

it return me double time <li>xxx</li>. The second li tag is outside menu but it is there and i don’t know why :frowning:

Anybody now something about this?

It looks like on image above.

the parent-block returns a complete <ul>…</ul>

soo… am I doing it wrong? can i add only one <li/> to the parent block without duplicates?

  1. yes
  2. in (child) template -> yes you can :slight_smile:

ok. thanks for help mate :slight_smile: