Mein Versuch war jetzt einen Block anzulegen auf HTML zu gehen und das da hin zu schreiben.
Das geht natürlich nicht, da Dein Code ja php und nicht html ist.
Geht das und wenn ja wie?
So gehts:
Block anlegen in blocks/block-DEIN-BLOCK.php
<?php
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
$mxblockcache = TRUE; // oder FALSE wenn nicht gecached werden soll
$filestring = file_get_contents("
http://www.rpg-shop.com/webnews2/include_this/letzte_news.php");
$content= $filestring;
?>
oder für ein Modul statt
$content = $filestring;
echo $filestring;
mfg