Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 06:59 pm EDT

new PHP-block showing up outside my geeklog Homepage

  • Thursday, May 23 2002 @ 07:42 am EDT
  • Contributed by: Anonymous
  • Views: 5,889
Announcements Hi!

I have made a new php-block to display Heise News at my geeklog site: http://miklas.dasburo.com. I want to include it as an existing php-site:

function phpblock_heisenews () {
global $_CONF;
$path = $_CONF['path_html'];
include_once($path . "/class.heise_news.php");
}

The Problem is: the nwe Heise News block is empty and showing up the news above my geeklog site ... please take a look at http://miklas.dasburo.com How can i fix that?

Thanx, Miklas