Linkanpassungen
This commit is contained in:
+4
-4
@@ -35,11 +35,11 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
<div class="nav__item nav__dropdown">
|
||||
<button class="nav__dropdown-toggle">MINT</button>
|
||||
<div class="nav__dropdown-menu">
|
||||
<a href="404.php">Mathematik</a>
|
||||
<a href="mathe.php">Mathematik</a>
|
||||
<a href="404.php">Biologie</a>
|
||||
<a href="404.php">Chemie</a>
|
||||
<a href="404.php">Physik</a>
|
||||
<a href="404.php">Informatik</a>
|
||||
<a href="physik.php">Physik</a>
|
||||
<a href="informatik.php">Informatik</a>
|
||||
<a href="404.php">Astronomie</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,7 +71,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||
</div>
|
||||
|
||||
<div class="nav__right">
|
||||
<a href = "content/profile.php" class="nav_item nav__link">Profil</a>
|
||||
<a href = "profile.php" class="nav_item nav__link">Profil</a>
|
||||
<div class="nav__search">
|
||||
<?php
|
||||
include_once 'search.php';
|
||||
|
||||
Reference in New Issue
Block a user