From cd931fb03673de3cbfb6de6e6d94be8722e0ca74 Mon Sep 17 00:00:00 2001 From: Zach Hall Date: Sun, 31 Jan 2010 15:34:54 -0800 Subject: [PATCH] "Change e-mail" was missing in the danbooru theme. --- themes/danbooru/user.theme.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/danbooru/user.theme.php b/themes/danbooru/user.theme.php index 15f62894..d3e658a4 100644 --- a/themes/danbooru/user.theme.php +++ b/themes/danbooru/user.theme.php @@ -115,6 +115,14 @@ class CustomUserPageTheme extends UserPageTheme { +

+ + + + + +
Change Email
Address
+

"; return $html; }