„navbar.template“ ändern
parent
0ababf4ec4
commit
423cfd171d
|
@ -51,17 +51,7 @@
|
|||
}
|
||||
?>
|
||||
</li>
|
||||
<li class="right">
|
||||
<?php
|
||||
if ($login) {
|
||||
if ($navbar == "profile") {
|
||||
echo "<a class=\"active\" href=\"%CONTENT_DIR%/profile/\">Profile</a>";
|
||||
} else {
|
||||
echo "<a href=\"%CONTENT_DIR%/profile/\">Profile</a>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li class="right">
|
||||
<?php
|
||||
if ($login) {
|
||||
|
@ -75,6 +65,18 @@
|
|||
}
|
||||
?>
|
||||
</li>
|
||||
|
||||
<li class="right">
|
||||
<?php
|
||||
if ($login) {
|
||||
if ($navbar == "profile") {
|
||||
echo "<a class=\"active\" href=\"%CONTENT_DIR%/profile/\">Profile</a>";
|
||||
} else {
|
||||
echo "<a href=\"%CONTENT_DIR%/profile/\">Profile</a>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br />
|
Loading…
Reference in New Issue