Projekt

Allgemein

Profil

Statistiken
| Revision:

testmodus / includes / extra / header / header_body / testmodus.php @ 4

Historie | Anzeigen | Annotieren | Download (279 Bytes)

1
<?php
2
# TESTMODUS
3
if(TESTMODUS){
4
?>
5
<style>
6
.testmodus {
7
        width: 100%;
8
        text-align: center;
9
        line-height: 30px;
10
        color: yellow;
11
        background: #AF417E;
12
        font-weight: bold;
13
}
14
</style>
15

    
16
<?php
17
  echo '<div class="testmodus">!- TESTMODUS -!</div>';  
18
}            
19
?>