Файл: frame/index.php
Строк: 11
<?php
// Made by MaXina
// Сайт http://php-lib.ru
// Копирайт не снимать!!!
include_once 'head.php';
include_once 'inc.php';
?>
<center>
<?php
echo '<iframe src ="http://'.$frame1.'//" width="304 px" height="180 px" >
<p>'.$frame1.'.</p>
</iframe><br>
<iframe src ="http://'.$frame2.'//" width="304 px" height="180 px" >
<p>'.$frame2.'.</p>
</iframe><br>
<iframe src ="http://'.$frame3.'//" width="304 px" height="180 px" >
<p>'.$frame3.'.</p>
</iframe>
';
?>
<br>
</center>
<?php
include_once 'foot.php';
?>