Fix wishlists url

This commit is contained in:
grandeljay 2022-02-23 22:10:54 +01:00
parent 932e42edc0
commit 81b62d07ad
2 changed files with 3 additions and 3 deletions

View file

@ -210,7 +210,7 @@ class Page
<div class="menu">
<a class="item" href="/?page=wishlists">
<i class="list icon"></i>
View
Wishlists
</a>
<a class="item" href="/?page=wishlist-product-add">
<i class="plus square icon"></i>

View file

@ -25,8 +25,8 @@ $page->navigation();
</p>
<?php if ($user->isLoggedIn()) { ?>
<p>
<a class="ui primary button" href="/?page=wishlist-create">Create a wishlist</a>
<a class="ui button" href="/?page=wishlist-view">View your wishlists</a>
<a class="ui primary button" href="/?page=wishlists">Create a wishlist</a>
<a class="ui button" href="/?page=wishlists">View your wishlists</a>
</p>
<?php } else { ?>
<p>