diff options
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 2d186aa2..1d46d80c 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <a href="{$titleLink}">{$shaarlititle}</a> | 11 | <a href="{$titleLink}">{$shaarlititle}</a> |
12 | </span> | 12 | </span> |
13 | </li> | 13 | </li> |
14 | 14 | ||
15 | {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} | 15 | {if="!empty($_GET['source']) && $_GET['source']=='bookmarklet'"} |
16 | {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} | 16 | {ignore} When called as a popup from bookmarklet, do not display menu. {/ignore} |
17 | {else} | 17 | {else} |
@@ -33,6 +33,9 @@ | |||
33 | <li><a href="?do=tagcloud">Tag cloud</a></li> | 33 | <li><a href="?do=tagcloud">Tag cloud</a></li> |
34 | <li><a href="?do=picwall{$searchcrits}">Picture wall</a></li> | 34 | <li><a href="?do=picwall{$searchcrits}">Picture wall</a></li> |
35 | <li><a href="?do=daily">Daily</a></li> | 35 | <li><a href="?do=daily">Daily</a></li> |
36 | {loop="$plugins_header.buttons_toolbar"} | ||
37 | {$value} | ||
38 | {/loop} | ||
36 | {/if} | 39 | {/if} |
37 | </ul> | 40 | </ul> |
38 | </div> | 41 | </div> |