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