diff options
author | Arthur <arthur@hoa.ro> | 2016-12-12 03:07:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 03:07:13 +0100 |
commit | a0d079141eb155c263ebfaa1aad2629382223e31 (patch) | |
tree | e72090d95310391fdbe155906eab050764a95c47 /tpl/page.header.html | |
parent | bea80e43a3714663b0c32879f7bdf4fd19161b2e (diff) | |
parent | ba0fd80732acbff0fcda57a0b31e4edfaa337001 (diff) | |
download | Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.gz Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.tar.zst Shaarli-a0d079141eb155c263ebfaa1aad2629382223e31.zip |
Merge pull request #679 from ArthurHoaro/plugins/header
Improve theme dependent plugin placeholders:
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index eac2ed4a..cce61ec4 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -35,7 +35,12 @@ | |||
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.attr"} | ||
40 | {$key}="{$value}" | ||
41 | {/loop}> | ||
42 | {$value.html} | ||
43 | </a></li> | ||
39 | {/loop} | 44 | {/loop} |
40 | {/if} | 45 | {/if} |
41 | </ul> | 46 | </ul> |