diff --git a/Topcoder/views/modules/topcoderme.php b/Topcoder/views/modules/topcoderme.php
index c869990..fdb42ee 100644
--- a/Topcoder/views/modules/topcoderme.php
+++ b/Topcoder/views/modules/topcoderme.php
@@ -151,11 +151,11 @@
echo '
';
- echo anchor(t('Login'), signInUrl($this->_Sender->SelfUrl), (signInPopup() ? ' SignInPopup' : ''), ['rel' => 'nofollow']);
- // $Url = registerUrl($this->_Sender->SelfUrl);
- // if (!empty($Url)) {
- // echo bullet(' ').anchor(t('Register'), $Url, 'ApplyButton', ['rel' => 'nofollow']).' ';
- // }
+ echo anchor(t('Log in'), signInUrl($this->_Sender->SelfUrl), (signInPopup() ? ' SignInPopup' : 'SignIn'), ['rel' => 'nofollow']);
+ $Url = registerUrl($this->_Sender->SelfUrl);
+ if (!empty($Url)) {
+ echo anchor(t('Sign Up'), $Url, 'SignUp', ['rel' => 'nofollow']).' ';
+ }
echo '
';
echo ' ';