Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: 2 in 1

Parašė Rytis· 2007 Lap. 20 19:11:57
#7

<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";

opentable("Svečių knyga");
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td><IFRAME src='phpknyga/index.php' marginWidth='0' marginHeight='0' frameBorder='0' width='100%' height='100%' scrolling='no' noresize></IFRAME></td></tr></table>";
closetable();


require_once "side_right.php";
require_once "footer.php";
?>