]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/page.header.html
Improve theme dependent plugin placeholders:
[github/shaarli/Shaarli.git] / tpl / page.header.html
index eac2ed4aa5acc20ad55d626f0030d1cf85897038..cce61ec464b8e54c8e1897a986634b5044237b7d 100644 (file)
     <li><a href="?do=picwall{$searchcrits}">Picture wall</a></li>
     <li><a href="?do=daily">Daily</a></li>
     {loop="$plugins_header.buttons_toolbar"}
-        {$value}
+        <li><a
+            {loop="$value.attr"}
+                {$key}="{$value}"
+            {/loop}>
+            {$value.html}
+        </a></li>
     {/loop}
 {/if}
   </ul>