Projekt

Allgemein

Profil

Revision 4

Unterschiede anzeigen:

includes/header/header_body/testmodus.php
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
?>
includes/extra/header/header_body/testmodus.php
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
?>

Auch abrufbar als: Unified diff