forsterm
Erfahrenes Mitglied
Hallo,
also mir ist keine Einstellung bekannt, an der es liegen könnte.
Wenn es so nicht funktioniert, dann weiß ich auch nicht weiter:
index.php
de.php
config.inc.php
mfg
forsterm
also mir ist keine Einstellung bekannt, an der es liegen könnte.
Wenn es so nicht funktioniert, dann weiß ich auch nicht weiter:
index.php
PHP:
<?php
include('data/config.inc.php');
include('data/de.php');
if($set_adsatbottom == 'yes') {
echo '<a href="http://www.simulation-games.org"><img src="logo.gif" width="100%"></a>';
} else {
echo $no_ads;
}
?>
PHP:
<?php
$no_ads = 'Entwicklerbanner deaktiviert';
?>
PHP:
<?php
$set_adsatbottom = 'yes';
?>
mfg
forsterm
Zuletzt bearbeitet: