Update navbar.php
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
Globales Menü, wird via PHP später in alle Seiten eingebunden
|
||||||
-->
|
-->
|
||||||
<nav style="background:#808080; height: 44px;">
|
<nav style="background:#808080; height: 60px;">
|
||||||
<div style="float:left; text-align: center;">
|
<div style="float:left; text-align: center;">
|
||||||
<a href="../index.php">
|
<a href="../index.php">
|
||||||
<img src="../images/logo.png" style="height: 44px;">
|
<img src="../images/logo.png" style="height: 44px;">
|
||||||
@@ -15,7 +15,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
|||||||
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
<a href = "../content/profile.php" style = "padding: 5px; text-align: center; text-decoration: none; display: inline-block;"><b>Dein Profil</b></a>
|
||||||
|
|
|
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center;">
|
<div style="">
|
||||||
<?php
|
<?php
|
||||||
include_once 'search.php';
|
include_once 'search.php';
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user