Skip to content
Snippets Groups Projects
Commit 81da89b9 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

change the target location of the "login" and "register" tabs

parent d49a17b4
Branches
No related tags found
No related merge requests found
......@@ -77,10 +77,10 @@
} else {
?>
<li>
<a href="<?php echo $vars['url']; ?>account/register.php" ><span>Register</span></a>
<a href="<?php echo $vars['url']; ?>?register=1" ><span>Register</span></a>
</li>
<li>
<a href="<?php echo $vars['url']; ?>" ><span>Login</span></a>
<a href="<?php echo $vars['url']; ?>#login" ><span>Login</span></a>
</li>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment