new PHP-block showing up outside my geeklog Homepage
- Thursday, May 23 2002 @ 07:42 am EDT
- Contributed by: Anonymous
- Views: 6,118
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