diff options
Diffstat (limited to 'GroLUG/root/lib/site/header')
-rw-r--r-- | GroLUG/root/lib/site/header | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GroLUG/root/lib/site/header b/GroLUG/root/lib/site/header index 35159db..8781856 100644 --- a/GroLUG/root/lib/site/header +++ b/GroLUG/root/lib/site/header @@ -1,3 +1,4 @@ <!-- BEGIN site/header --> <h1 class="title">[% template.title or site.title %]</h1> +[% IF Catalyst.user_exists %]<p><a href="[% Catalyst.uri_for('/logout') %]">logout</a></p>[% END %] <!-- END site/header --> |