Skip to content
Snippets Groups Projects
Commit 818c7382 authored by Seth Meranda's avatar Seth Meranda
Browse files

Register and Login tabs added.

parent 223ff733
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,15 @@ ...@@ -73,6 +73,15 @@
<?php
} else {
?>
<li>
<a href="<?php echo $vars['url']; ?>" ><span>Register</span></a>
</li>
<li>
<a href="<?php echo $vars['url']; ?>" ><span>Login</span></a>
</li>
<?php <?php
} }
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment