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

remove home tab when logged in.

parent 347ee67a
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,13 @@
?>
<ul class="wdn_tabs disableSwitching">
<?php
if (!isloggedin()) {
?>
<li>
<a href="<?php echo $vars['url']; ?>" ><span>Home</span></a>
</li>
<?php } ?>
<?php
if (isloggedin()) {
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment