aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar_specials.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/menubar_specials.tpl')
-rw-r--r--template/yoga/menubar_specials.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/menubar_specials.tpl b/template/yoga/menubar_specials.tpl
new file mode 100644
index 000000000..8bda68402
--- /dev/null
+++ b/template/yoga/menubar_specials.tpl
@@ -0,0 +1,9 @@
+<dt>{$block->get_title()|@translate}</dt>
+<dd>
+ <ul>
+ {foreach from=$block->data item=link}
+ <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
+ {/foreach}
+ </ul>
+</dd>
+