diff options
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 0012c689..b9fc5275 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -35,7 +35,14 @@ | |||
35 | <li><a href="?do=picwall{$searchcrits}">Picture wall</a></li> | 35 | <li><a href="?do=picwall{$searchcrits}">Picture wall</a></li> |
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 | {$value} | 38 | <li><a |
39 | {loop="$value"} | ||
40 | {if="$key!='html'"} | ||
41 | {$key}="{$value}" | ||
42 | {/if} | ||
43 | {/loop}> | ||
44 | {$value.html} | ||
45 | </a></li> | ||
39 | {/loop} | 46 | {/loop} |
40 | {/if} | 47 | {/if} |
41 | </ul> | 48 | </ul> |