
02-26-2010, 11:08 PM
|
|
|
Join Date: Sep 2008
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Datenpapst
I am using this one:
http://testforum.c-arena.com/demoslideshow.php
atm as an iframe
My code in the admincp is:
HTML Code:
ob_start();
require_once './demoslideshow.php';
$output=ob_get_contents();
ob_end_clean();
Still got the problem 
|
How did you fix it?
|