diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 11:47:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:27:22 +0100 |
commit | 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 (patch) | |
tree | 6a8b3b2706b253a782a0b094e977524dccdf68da /tpl/page.header.html | |
parent | 0aec972a8bee1689ae79a436ae6e4236022b52ef (diff) | |
download | Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.gz Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.tar.zst Shaarli-567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71.zip |
Template upgrade to handle plugin zones
Add a bunch of plugin placeholders in templates
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> |