Piwigo - SimpleNG and BatchDownloader

Modify the file:

./themes/simpleng/template/index.tpl

and add at the line 12 :

{if !empty($PLUGIN_INDEX_BUTTONS)}
	{foreach from=$PLUGIN_INDEX_BUTTONS item=button}
		<li>{$button}</li>
	{/foreach}
{/if}