From a3d56afef317d82829e6a41f716ff01dafe35827 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Apr 2020 12:04:42 -0400 Subject: [PATCH] Add AnimeCollection link to MainMenu, similar to lists --- app/views/main-menu.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/main-menu.php b/app/views/main-menu.php index 0a3524d6..1f38d6ab 100644 --- a/app/views/main-menu.php +++ b/app/views/main-menu.php @@ -33,7 +33,10 @@ $hasManga = stripos($_SERVER['REQUEST_URI'], 'manga') !== FALSE; ucfirst($other_type) . ' List' ) ?>] - + a( + $url->generate("{$url_type}.collection.view") . $extraSegment, + $whose . ucfirst($url_type) . ' Collection' + ) ?> get("show_{$other_type}_collection")): ?> [a( $url->generate("{$other_type}.collection.view") . $extraSegment,