crash backup
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-21 02:48:20 +00:00
parent cfe5c79709
commit a359761110
3 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ use phpOMS\Uri\UriFactory;
<div class="floater">
<hr>
<ul>
<li><a href="<?= UriFactory::build('{/base}/{/app}/terms'); ?>">Terms</a>
<li><a href="<?= UriFactory::build('{/base}/{/app}/privacy'); ?>">Data Protection</a>
<li><a href="<?= UriFactory::build('{/base}/{/app}/imprint'); ?>">Imprint</a>
<li><a href="<?= UriFactory::build('{/app}/terms'); ?>">Terms</a>
<li><a href="<?= UriFactory::build('{/app}/privacy'); ?>">Data Protection</a>
<li><a href="<?= UriFactory::build('{/app}/imprint'); ?>">Imprint</a>
</ul>
</div>
</footer>

View File

@ -19,7 +19,7 @@ use phpOMS\Uri\UriFactory;
<nav>
<ul>
<li><a href="<?= UriFactory::build('{/base}/{/app}'); ?>">Website</a>
<li><a href="<?= UriFactory::build('{/base}/{/app}/components'); ?>">Profile</a>
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
</ul>
</nav>
<div id="search">

View File

@ -19,7 +19,7 @@ use phpOMS\Uri\UriFactory;
$head = $this->head;
/** @var array $dispatch */
$dispatch = $this->getData('dispatch') ?? [];
$dispatch = $this->data['dispatch'] ?? [];
?>
<!DOCTYPE html>
<html lang="<?= $this->printHtml($this->response->header->l11n->language); ?>">