|
24.11.2005, 15:08
вообщем посатовший немного с людьми сделал так:
PHP код:
ob_start();
include("http://www.chat.mydomen.ru/kto.php");
$output = ob_get_contents();
ob_end_clean();
$content .= "<img src=\"themes/DeepBlue/images/krug.jpg\"> <a href=\"index.php\">"._HOME."</a><br><img src=\"themes/DeepBlue/images/krug2.jpg\"> <a href=\"forums/index.php\">".Форум."</a><br><img src=\"themes/DeepBlue/images/krug2.jpg\"> <a href=\"http://www.chat.mydomen.ru/\">".ЧАТ."</a>(". $output .")<br><img src=\"themes/DeepBlue/images/krug2.jpg\"> <a href=\"galereya/index.php\">".Галерея."</a><br>\n";
|
|