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