aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AMenuManager/menu_templates/menubar_randompic.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AMenuManager/menu_templates/menubar_randompic.tpl')
-rw-r--r--plugins/AMenuManager/menu_templates/menubar_randompic.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/AMenuManager/menu_templates/menubar_randompic.tpl b/plugins/AMenuManager/menu_templates/menubar_randompic.tpl
new file mode 100644
index 000000000..a79206103
--- /dev/null
+++ b/plugins/AMenuManager/menu_templates/menubar_randompic.tpl
@@ -0,0 +1,14 @@
+
+<!-- random picture menu bar -->
+{if $section.NAME!=""}
+ <dt>{$section.NAME|@translate}</dt>
+{/if}
+<dd>
+ <div class="illustration" style="text-align:center;padding:5px;font-size:85%;">
+ {if $section.ITEMS.IMGNAME!="" and $section.ITEMS.SHOWNAME=="o"}{$section.ITEMS.IMGNAME}<br/>{/if}
+ {if $section.ITEMS.IMGCOMMENT!="" and $section.ITEMS.SHOWCOMMENT=="o"}{$section.ITEMS.IMGCOMMENT}<br/>{/if}
+ <a href="{$section.ITEMS.LINK}"><img src="{$section.ITEMS.IMG}"/></a>
+ {if $section.ITEMS.IMGNAME!="" and $section.ITEMS.SHOWNAME=="u"}<br/>{$section.ITEMS.IMGNAME}{/if}
+ {if $section.ITEMS.IMGCOMMENT!="" and $section.ITEMS.SHOWCOMMENT=="u"}<br/>{$section.ITEMS.IMGCOMMENT}{/if}
+ </div>
+</dd> \ No newline at end of file