X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-wernis_portal.php;h=5b52e527edd8eb98a049ab11bbf5d766bed82ffc;hp=af08f495b60d260be660d5425bc67e312513d74f;hb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/modules/guest/what-wernis_portal.php b/inc/modules/guest/what-wernis_portal.php index af08f495b6..5b52e527ed 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_nl2br = false; $rdf->use_dynamic_display(false); -$rdf->set_CacheDir(constant('PATH')."inc/cache/"); +$rdf->set_CacheDir(getConfig('CACHE_PATH') . ''); $rdf->set_salt(md5(getConfig('SITE_KEY'))); $rdf->set_max_item(10); $rdf->set_Options( -array( - 'textinput' => "hidden", - 'sitelink' => "http://www.wds66.com", + array( + 'textinput' => 'hidden', + 'sitelink' => 'http://www.wds66.com', 'refid' => getConfig('wernis_refid'), - 'reflink' => "/ref.php?refid=", -) + 'reflink' => '/ref.php?refid=', + ) ); // Use proxy? @@ -78,12 +81,11 @@ if ((getConfig('proxy_host') != '') && (getConfig('proxy_port') > 0)) { } // END - if } // END - if -$rdf->parse_RDF("http://www.wds66.com/rss.xml"); +$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)); -// @TODO Can this be removed? $rdf->clear_cache(); -OUTPUT_HTML("
"); +// Fix to avoid 'headers already sent' bug. Thanks to Profi-Concept +outputHtml($rdf->finish(true)); +outputHtml(''); -// +// [EOF] ?>