]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/page.header.html
merge
[github/shaarli/Shaarli.git] / tpl / page.header.html
index 8987967858ef2aad46e148633e23885b1b2e4069..cce61ec464b8e54c8e1897a986634b5044237b7d 100644 (file)
     <li><a href="?do=daily">Daily</a></li>
     {loop="$plugins_header.buttons_toolbar"}
         <li><a
-            {loop="$value"}
-                {if="$key!='html'"}
-                    {$key}="{$value}"
-                {/if}
+            {loop="$value.attr"}
+                {$key}="{$value}"
             {/loop}>
             {$value.html}
         </a></li>