prevent banner from showing up when logged in

master
Jan Danielzick 2020-03-09 12:45:45 +01:00
parent 09a5961857
commit e68ca58616
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<?php
echo "<div class='banner'><p class='beige'>We need Cookies. They taste sooo good. *crunch*</p><p class='beige'>Seriously, this site is in development. You should not be here. If you want to stay anyways, you will have to accept our cookies.</p></div>";
if (!$login){
echo "<div class='banner'><p class='beige'>We neeeeed Cookies. They taste sooo good. *crunch*</p><p class='beige'>Seriously, this site is in development. You should not be here. If you want to stay anyways, you will have to accept our cookies.</p></div>";
}
?>