mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
And Another reversion of serverroot usage.
This commit is contained in:
@@ -104,8 +104,8 @@
|
||||
<button type="submit" class="btn btn-primary">Login</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
<a href="{$smarty.const.WWW_TOP}}forgottenpassword" class="text-center">I forgot my password</a><br>
|
||||
<a href="{$smarty.const.WWW_TOP}}register" class="text-center">Register a new membership</a>
|
||||
<a href="{$serverroot}}forgottenpassword" class="text-center">I forgot my password</a><br>
|
||||
<a href="{$serverroot}}register" class="text-center">Register a new membership</a>
|
||||
</div>
|
||||
<!--/span-->
|
||||
</div>
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<hr>
|
||||
{$page->smarty->fetch('captcha.tpl')}
|
||||
</div>
|
||||
<a href="{$smarty.const.WWW_TOP}login" class="text-center">I already have a membership</a>
|
||||
<a href="{$serverroot}login" class="text-center">I already have a membership</a>
|
||||
</form>
|
||||
</div><!-- /.form-box -->
|
||||
</div><!-- /.register-box -->
|
||||
|
||||
Reference in New Issue
Block a user