mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-14 05:26:17 -04:00
8 lines
260 B
PHTML
8 lines
260 B
PHTML
<div class="logo">
|
|
<div class="image">
|
|
<img aria-hidden="true" src="<?= $this->baseUrl('img/logo_icinga_big.png'); ?>" alt="<?= $this->translate('The Icinga logo'); ?>" >
|
|
</div>
|
|
</div>
|
|
<div class="below-logo">
|
|
<?= $this->render('inline.phtml') ?>
|
|
</div>
|