diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 73259376e..cca2d5535 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -4,7 +4,7 @@ {if ( not empty($block->template) or not empty($block->raw_content) )} <dl id="{$id}"> {if not empty($block->template)} - {include file=$block->template } + {known_template id=$id file=$block->template } {else} {$block->raw_content|@default} {/if} |