mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
fix urls
This commit is contained in:
parent
2bfd42d43e
commit
be407651b9
|
|
@ -19,9 +19,9 @@ use phpOMS\Uri\UriFactory;
|
||||||
<div class="floater">
|
<div class="floater">
|
||||||
<hr>
|
<hr>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?= UriFactory::build('{/app}/terms'); ?>">Terms</a>
|
<li><a href="<?= UriFactory::build('{/lang}/{/app}/{/app}/terms'); ?>">Terms</a>
|
||||||
<li><a href="<?= UriFactory::build('{/app}/privacy'); ?>">Data Protection</a>
|
<li><a href="<?= UriFactory::build('{/lang}/{/app}/{/app}/privacy'); ?>">Data Protection</a>
|
||||||
<li><a href="<?= UriFactory::build('{/app}/imprint'); ?>">Imprint</a>
|
<li><a href="<?= UriFactory::build('{/lang}/{/app}/{/app}/imprint'); ?>">Imprint</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -18,8 +18,8 @@ use phpOMS\Uri\UriFactory;
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a>
|
<li><a href="<?= UriFactory::build('{/lang}/{/app}/{/app}'); ?>">Website</a>
|
||||||
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
|
<li><a href="<?= UriFactory::build('{/lang}/{/app}/{/app}/components'); ?>">Profile</a>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="search">
|
<div id="search">
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Karaka",
|
"name": "Karaka",
|
||||||
"website": "www.spl1nes.com"
|
"website": "jingga.app"
|
||||||
},
|
},
|
||||||
"description": "The shop application.",
|
"description": "The shop application.",
|
||||||
"directory": "Shop",
|
"directory": "Shop",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user