diff --git a/vanilla/applications/dashboard/views/modules/guest.php b/vanilla/applications/dashboard/views/modules/guest.php
index f845557..6947b62 100644
--- a/vanilla/applications/dashboard/views/modules/guest.php
+++ b/vanilla/applications/dashboard/views/modules/guest.php
@@ -11,15 +11,22 @@
if ($signInUrl) {
echo '
';
-
echo anchor(t('Login'), signInUrl($this->_Sender->SelfUrl), 'Button Primary SignIn BigButton'.(signInPopup() ? ' SignInPopup' : ''), ['rel' => 'nofollow']);
- // $Url = registerUrl($this->_Sender->SelfUrl);
- // if (!empty($Url)) {
- // echo ' '.anchor(t('Register', t('Apply for Membership', 'Register')), $Url, 'Button ApplyButton', ['rel' => 'nofollow']);
- // }
-
echo '
';
}
+
+ $Url = registerUrl($this->_Sender->SelfUrl);
+ if (!empty($Url)) {
+ ?>
+
+ Don't have an account?
+ 'nofollow']);
+ ?>
+
+
fireEvent('AfterSignInButton'); ?>