aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.header.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r--tpl/page.header.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html
index 1d46d80c..52429f23 100644
--- a/tpl/page.header.html
+++ b/tpl/page.header.html
@@ -40,6 +40,13 @@
40 </ul> 40 </ul>
41</div> 41</div>
42 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}
43 50
44<div class="clear"></div> 51<div class="clear"></div>
45 52