From ac141b21c5e7dacb6b9a455e125fc4f94ab22211 Mon Sep 17 00:00:00 2001 From: Zach Hall Date: Mon, 22 Mar 2010 20:08:31 -0700 Subject: [PATCH] Err... forgot one line, but now it's finished. --- themes/danbooru/layout.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 09e8355c..595e093c 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -105,7 +105,7 @@ class Layout { $custom_links .= $this->navlinks(make_link('user_admin/login'), "My Account", array("user", "user_admin", "setup", "admin")); } else { - $custom_links .= $this->navlinks(make_link('user'), "My Account", array("user", "user_admin")); + $custom_links .= $this->navlinks(make_link('user'), "My Account", array("user", "user_admin", "setup", "admin")); } $custom_links .= $this->navlinks(make_link('post/list'), "Posts", array("post")); $custom_links .= $this->navlinks(make_link('comment/list'), "Comments", array("comment"));