Fix wishlists url
This commit is contained in:
parent
932e42edc0
commit
81b62d07ad
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue