mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-26 06:38:40 +00:00
16 lines
367 B
PHP
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>
|