Do not escape link since tpl is escaped
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<ul data-depth="{$depth}">
|
||||
{foreach from=$nodes item=node}
|
||||
<li class="{$node.type}{if $node.current} current{/if}">
|
||||
<a href="{$node.url nofilter}" {if $node.open_in_new_window} target="_blank" {/if}>{$node.label}</a>
|
||||
<a href="{$node.url}" {if $node.open_in_new_window} target="_blank" {/if}>{$node.label}</a>
|
||||
<div>
|
||||
{menu nodes=$node.children depth=$node.depth}
|
||||
{if $node.image_urls|count}
|
||||
|
||||
Reference in New Issue
Block a user