Update navigation.php
This commit is contained in:
parent
5361fc2564
commit
6978fc9069
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
$host = $_SERVER['HTTP_HOST'];
|
$host = $_SERVER['HTTP_HOST'];
|
||||||
|
|
||||||
if ($host == 'dev.dtch.online') {
|
if ($host == 'dev.dtch.online') {
|
||||||
echo "You are on the development! Site";
|
echo "<center>You are on the development! Site</center>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
|
|
@ -29,4 +29,4 @@ function myFunction() {
|
||||||
x.style.display = "block";
|
x.style.display = "block";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue