And Another reversion of serverroot usage.

This commit is contained in:
Darko
2015-08-13 09:04:22 +02:00
parent a7ae986bc1
commit d65f7e4f34
2 changed files with 3 additions and 3 deletions
@@ -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 -->