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;
}