diff options
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 2d186aa2..52429f23 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,10 +33,20 @@ | |||
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> |
39 | 42 | ||
43 | {if="!empty($plugin_errors) && isLoggedIn()"} | ||
44 | <ul class="errors"> | ||
45 | {loop="plugin_errors"} | ||
46 | <li>{$value}</li> | ||
47 | {/loop} | ||
48 | </ul> | ||
49 | {/if} | ||
40 | 50 | ||
41 | <div class="clear"></div> | 51 | <div class="clear"></div> |
42 | 52 | ||