{source}

<?php

$f=file_get_contents("http://www.radladenrueckenwind.de/fahrraeder_Bikes.html");
echo $f;
?>

{/source}