Skip to content

Commit 8dfbf8b

Browse files
authored
Merge pull request #104 from topcoder-platform/develop
V1.8.2
2 parents 5ed66bc + 710005f commit 8dfbf8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Topcoder/views/modules/topcoderme.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@
151151

152152
echo '<div class="SignInLinks">';
153153

154-
echo anchor(t('Login'), signInUrl($this->_Sender->SelfUrl), (signInPopup() ? ' SignInPopup' : ''), ['rel' => 'nofollow']);
155-
// $Url = registerUrl($this->_Sender->SelfUrl);
156-
// if (!empty($Url)) {
157-
// echo bullet(' ').anchor(t('Register'), $Url, 'ApplyButton', ['rel' => 'nofollow']).' ';
158-
// }
154+
echo anchor(t('Log in'), signInUrl($this->_Sender->SelfUrl), (signInPopup() ? ' SignInPopup' : 'SignIn'), ['rel' => 'nofollow']);
155+
$Url = registerUrl($this->_Sender->SelfUrl);
156+
if (!empty($Url)) {
157+
echo anchor(t('Sign Up'), $Url, 'SignUp', ['rel' => 'nofollow']).' ';
158+
}
159159
echo '</div>';
160160

161161
echo ' <div class="SignInIcons">';

0 commit comments

Comments
 (0)