Footer.ctp left off of the previous commit

pull/217/head
iglocska 2013-07-02 15:45:45 +02:00
parent c58eb89013
commit 7dc8ac5565
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<div class="footer">
<div class="navbar navbar-inverse" style="padding-left:20px;">
<div class="navbar-inner row">
<div class="pull-left">
<span style="float:left;color:#999999;padding-top:12px;">Download: <?php echo $this->Html->link('PGP/GPG key', '/gpg.asc');?></span>
</div>
<div style="padding-top:12px;position: absolute;width:100%;text-align:center;color: #999999;">
<span> <?php if (isset($me)) echo Configure::read('CyDefSIG.footerversion'); else echo Configure::read('CyDefSIG.footer')?></span>
</div>
<div class="pull-right">
<?php if (Configure::read('MISP.footer_logo')): ?>
<span style="color: #999999;padding-right:20px;padding-top:12px;">Powered by: </span>
<img src="/img/<?php echo Configure::read('MISP.footer_logo')?>.png" style="height:40px">
<?php endif;?>
</div>
</div>
</div>
</div>