<?php
# TESTMODUS
if(TESTMODUS){
?>
<style>
.testmodus {
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: yellow;
	background: #AF417E;
	font-weight: bold;
}
</style>

<?php
  echo '<div class="testmodus">!- TESTMODUS -!</div>';  
}            
?>