mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-15 01:18:41 +00:00
cs fixes, bug fixes, code coverage
This commit is contained in:
parent
53d755b5ab
commit
e8318ce8e2
|
|
@ -16,13 +16,13 @@ use phpOMS\Uri\UriFactory;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a>
|
<li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a>
|
||||||
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
|
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<input type="text">
|
<input type="text">
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
Loading…
Reference in New Issue
Block a user