Hi
first of all I set it random block in phpnuke5.6.
then I created a block file like this
Quote:
<?
include ('http://www.liv-tyler.net/modules.php?op=modload&name=gallery&file=index&include=block-random.php');
?>
After I added the block ok its working. But it isnt in the block it is top of the block and there is "this block content isnt..." in the block message
How I can put it in? I also tried this
Quote:
<?
$content = include ('http://www.liv-tyler.net/modules.php?op=modload&name=gallery&file=index&include=block-random.php');
?>
However still the same and there is
in the block.
Thanks ... :???: