From 5dc5701ea551d488a4a4fbf38b32087f756ef84f Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 4 Jan 2010 11:52:07 +0000 Subject: [PATCH] give comments their own subnav --- themes/danbooru/layout.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 0936e9c3..b9e9cd8d 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -138,12 +138,15 @@ class Layout { # the subnav links aren't shown, but it would # be nice to be correct case "post": - case "comment": case "upload": $custom_sublinks .= "
  • All
  • "; $custom_sublinks .= "
  • My Favorites
  • "; if($hw) $custom_sublinks .= "
  • Help
  • "; break; + case "comment": + $custom_sublinks .= "
  • All
  • "; + if($hw) $custom_sublinks .= "
  • Help
  • "; + break; case "pool": $custom_sublinks .= "
  • List
  • "; $custom_sublinks .= "
  • Create
  • ";