diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 5d9a7b72..5739d512 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -113,14 +113,21 @@ class Layout { $qp = _get_query_parts(); // php sucks switch($qp[0]) { - case "user": + default: $custom_sublinks .= $user_block_html; break; case "post": + case "comment": + case "upload": $custom_sublinks .= "
  • All
  • "; $custom_sublinks .= "
  • My Favorites
  • "; $custom_sublinks .= "
  • Help
  • "; break; + case "wiki": + $custom_sublinks .= "
  • Index
  • "; + $custom_sublinks .= "
  • Rules
  • "; + $custom_sublinks .= "
  • Help
  • "; + break; case "tags": $custom_sublinks .= "
  • Map
  • "; $custom_sublinks .= "
  • Alphabetic
  • ";