prevent banner from showing up when logged in
parent
09a5961857
commit
e68ca58616
|
@ -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>";
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue