<?php

$file = "http://themenblog.de/wp-rss2.php";

$inhalt = file_get_contents($file);

echo $inhalt;

?>
