aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.header.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r--tpl/page.header.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html
index 89879678..cce61ec4 100644
--- a/tpl/page.header.html
+++ b/tpl/page.header.html
@@ -36,10 +36,8 @@
36 <li><a href="?do=daily">Daily</a></li> 36 <li><a href="?do=daily">Daily</a></li>
37 {loop="$plugins_header.buttons_toolbar"} 37 {loop="$plugins_header.buttons_toolbar"}
38 <li><a 38 <li><a
39 {loop="$value"} 39 {loop="$value.attr"}
40 {if="$key!='html'"} 40 {$key}="{$value}"
41 {$key}="{$value}"
42 {/if}
43 {/loop}> 41 {/loop}>
44 {$value.html} 42 {$value.html}
45 </a></li> 43 </a></li>