Rename wishlists to my lists
This commit is contained in:
parent
9cbae96f20
commit
368d8a5f37
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ class Page
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/?page=wishlists">
|
<a class="item" href="/?page=wishlists">
|
||||||
<i class="list icon"></i>
|
<i class="list icon"></i>
|
||||||
Wishlists
|
My lists
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<?php if (count($pagesAccount) === 1) { ?>
|
<?php if (count($pagesAccount) === 1) { ?>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
use wishthis\{Page, User, Wishlist};
|
use wishthis\{Page, User, Wishlist};
|
||||||
|
|
||||||
$page = new page(__FILE__, 'Wishlists');
|
$page = new page(__FILE__, 'My lists');
|
||||||
$page->header();
|
$page->header();
|
||||||
$page->navigation();
|
$page->navigation();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue