/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
but it outputs the list above the title for the block.
I'm sure that this is a really common problem, but I cant find it mentioned in any faqs and i cant see anything wrong. (6.9 btw).
Any ideas?
thx,
Seft
seanieb Nuke Soldier
Joined: Sep 19, 2003
Posts: 25
Posted:
Thu Nov 27, 2003 5:45 am
I have the same problem, any ideas anyone??
:
Quote:
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-someblock.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content = include ("block-random.php" );
?>
But it outputs the contents above and outside the title for the block.
Anyone know whats goinb on here??
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum