';
}
#############################
# ENDE Bild anzeigen
#############################
#############################
# Text anzeigen
#############################
if ($show_rand=='2') {
if ($font_weight=='1') {
$fw1 = '';
$fw2 = '';
}
$datfile = file($file_path.'/data.txt');
if ($display=='0') {
$count_text = sizeof($datfile) - 1;
$line = rand(0, $count_text);
}
if ($display=='1') {
$line = date("G");
}
if ($display=='2') {
$line = date("w");
}
list($id, $text) = split("\\|", chop($datfile[$line]));
echo ''.$fw1.$text.$fw2.'';
}
#############################
# ENDE Text anzeigen
#############################
?>