mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
79d89e5277
commit
f3531ca6df
@ -19,12 +19,28 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->form ?>
|
<?= $this->form ?>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Icinga Web 2 © 2013-2015<br><br>
|
Icinga Web 2 © 2013-<?= date('Y'); ?><br><br>
|
||||||
<a href="https://www.icinga.org"><?= $this->translate('The Icinga Project'); ?></a>
|
<?= $this->qlink($this->translate('The Icinga Project'), 'https://www.icinga.org'); ?>
|
||||||
|
|
<?= $this->qlink(
|
||||||
<a href="http://www.twitter.com/icinga"><?= $this->translate('Icinga on Twitter'); ?></a>
|
null,
|
||||||
|
|
'http://www.twitter.com/icinga',
|
||||||
<a href="http://www.facebook.com/icinga"><?= $this->translate('Icinga on Facebook'); ?></a>
|
null,
|
||||||
|
array(
|
||||||
|
'target' => '_blank',
|
||||||
|
'icon' => 'twitter',
|
||||||
|
'title' => $this->translate('Icinga on Twitter')
|
||||||
|
)
|
||||||
|
); ?>
|
||||||
|
<?= $this->qlink(
|
||||||
|
null,
|
||||||
|
'http://www.facebook.com/icinga',
|
||||||
|
null,
|
||||||
|
array(
|
||||||
|
'target' => '_blank',
|
||||||
|
'icon' => 'facebook-squared',
|
||||||
|
'title' => $this->translate('Icinga on Facebook')
|
||||||
|
)
|
||||||
|
); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user