keep the logout in footer as well (besides the logout in menu).
pull/63/head
noud 2012-11-15 11:38:37 +01:00
parent 5bcad4ee99
commit 7e01b300b8
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<div id="footer">
<div class="noprint">
<h1 style="float:left;">Download: <?php echo $this->Html->link('PGP/GPG key', '/gpg.asc');?></h1>
- <h1 style="float:right;"> <?php echo $this->Html->link(__('Log out', true), array('controller' => 'users', 'action' => 'logout'));?></h1>
</div>
<h1 style="text-align:center;"> <?php if (isset($me)) echo Configure::read('CyDefSIG.footerversion'); else echo Configure::read('CyDefSIG.footer')?></h1>