mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-10 18:18:41 +00:00
crash backup
This commit is contained in:
parent
cfe5c79709
commit
a359761110
|
|
@ -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>
|
||||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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); ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user