summaryrefslogtreecommitdiff
path: root/GroLUG/root/lib/site/header
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-13 15:53:39 +0000
committerdakkar <dakkar@luxion>2006-02-13 15:53:39 +0000
commitc58b498f7060665e286b1b7eb978cebeed9e8655 (patch)
tree24a6e00ca314ca57c157c9684c2e582607ed1251 /GroLUG/root/lib/site/header
parent r1314@narval: dakkar | 2006-02-10 19:50:50 +0100 (diff)
downloadIscrittiGroLUG-c58b498f7060665e286b1b7eb978cebeed9e8655.tar.gz
IscrittiGroLUG-c58b498f7060665e286b1b7eb978cebeed9e8655.tar.bz2
IscrittiGroLUG-c58b498f7060665e286b1b7eb978cebeed9e8655.zip
merge dalla branch
git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@191 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'GroLUG/root/lib/site/header')
-rw-r--r--GroLUG/root/lib/site/header8
1 files changed, 7 insertions, 1 deletions
diff --git a/GroLUG/root/lib/site/header b/GroLUG/root/lib/site/header
index 8781856..2c89e2f 100644
--- a/GroLUG/root/lib/site/header
+++ b/GroLUG/root/lib/site/header
@@ -1,4 +1,10 @@
<!-- 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 %]
+<p>
+ [%- IF Catalyst.user_exists -%]
+ <a href="[% Catalyst.uri_for('/logout') %]">logout</a>
+ [%- END %]
+ <a href="[% Catalyst.uri_for('/iscritti') %]">elenco iscritti</a>
+ <a href="[% Catalyst.uri_for('/cessati') %]">elenco iscritti cessati</a>
+</p>
<!-- END site/header -->