X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-wernis_portal.php;h=b19dc24d2227ba89d41ed1fd4ad237a7c804331c;hb=b3ac0295ae2be81269cc35b15565adeb08b90d63;hp=ae6f2430c59537bc01071401e316f2e63985b853;hpb=72288d31358f8061513f8d3d61a1f9e7feb44e50;p=mailer.git diff --git a/inc/modules/guest/what-wernis_portal.php b/inc/modules/guest/what-wernis_portal.php index ae6f2430c5..b19dc24d22 100644 --- a/inc/modules/guest/what-wernis_portal.php +++ b/inc/modules/guest/what-wernis_portal.php @@ -1,7 +1,7 @@ '); +outputHtml('
'); $rdf = new fase4_rdf(); $rdf->use_dynamic_display(false); -$rdf->set_CacheDir(getConfig('PATH') . 'inc/cache/'); +$rdf->set_CacheDir(getConfig('CACHE_PATH') . ''); $rdf->set_salt(md5(getConfig('SITE_KEY'))); $rdf->set_max_item(10); $rdf->set_Options( @@ -81,8 +82,8 @@ if ((getConfig('proxy_host') != '') && (getConfig('proxy_port') > 0)) { $rdf->parse_RDF('http://www.wds66.com/rss.xml'); // Fix to avoid 'headers already sent' bug. Thanks to Profi-Concept -OUTPUT_HTML($rdf->finish(true)); -OUTPUT_HTML('
'); +outputHtml($rdf->finish(true)); +outputHtml(''); -// +// [EOF] ?>