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