From 884d16505e2c4502ec4438a7e987855683a2d75d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 10:59:26 +0400 Subject: tweak how utility.css-based stuff looks --- register.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'register.php') diff --git a/register.php b/register.php index 035a2cd8e..53627d912 100644 --- a/register.php +++ b/register.php @@ -181,10 +181,12 @@ - +

+
+ quickMail($email, "", "Registration information for Tiny Tiny RSS", $reg_text, false); if (!$rc) print_error($mail->ErrorInfo); - + unset($reg_text); unset($mail); unset($rc); @@ -321,13 +323,13 @@ "\n". "Login: $login\n". "Email: $email\n"; - - + + $mail = new ttrssMailer(); $mail->IsHTML(false); $rc = $mail->quickMail(REG_NOTIFY_ADDRESS, "", "Registration notice for Tiny Tiny RSS", $reg_text, false); if (!$rc) print_error($mail->ErrorInfo); - + print_notice(__("Account created successfully.")); print "

@@ -358,6 +360,8 @@ +
+ -- cgit v1.2.3-54-g00ecf