oms-OnlineResourceWatcher/app/web/Applications/Frontend/tpl/header.tpl.php
2022-11-06 18:13:52 +01:00

16 lines
367 B
PHP

<?php
declare(strict_types=1);
use phpOMS\Uri\UriFactory;
?>
<header>
<div class="floater">
<a id="toplogo" href="<?= UriFactory::build('{/lang}'); ?>">
<img alt="Logo" src="Applications/Frontend/img/logo.png" width="40px">
<span>Jingga</span>
</a>
<?php include __DIR__ . '/nav.tpl.php'; ?>
</div>
</header>