From 4cc77668e65446136661ca418d05d375c47a00fb Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 28 Jul 2009 23:21:59 +0100 Subject: [PATCH] link to help --- themes/danbooru/layout.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 738a5d31..5d9a7b72 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -119,6 +119,7 @@ class Layout { case "post": $custom_sublinks .= "
  • All
  • "; $custom_sublinks .= "
  • My Favorites
  • "; + $custom_sublinks .= "
  • Help
  • "; break; case "tags": $custom_sublinks .= "
  • Map
  • "; @@ -126,6 +127,7 @@ class Layout { $custom_sublinks .= "
  • Popularity
  • "; $custom_sublinks .= "
  • Categories
  • "; $custom_sublinks .= "
  • Aliases
  • "; + $custom_sublinks .= "
  • Help
  • "; break; }