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
  • ";