Je moet ingelogd zijn om te stemmen.
<?php $titel = "..."; $titel = str_replace("(Local)", "", $titel); echo $titel; ?>
<?php $titel = "...";$titel = str_replace("(Local)", "", $titel); echo $titel; ?>
<?php $bestand = file_get_contents("je include bestand"); $bestand = str_replace("(Local)", "", $bestand); echo $bestand; ?>
<?php $bestand = file_get_contents("je include bestand");$bestand = str_replace("(Local)", "", $bestand); echo $bestand; ?>