diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/index.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 3ed52498c..71e8d8ba4 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -111,6 +111,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { <span class="pwg-icon pwg-icon-camera-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span> </a>{/strip}</li> {/if} +{foreach from=$PLUGIN_INDEX_BUTTONS item=button}<li>{$button}</li>{/foreach} {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} </ul> |