<?php
$headmod ="load";
$textl = 'Поиск картинок';
echo"<div class='div'>";
require_once ("../../../connect.php");
require_once ("../../../head.php");
header("Content-type:text/html;charset=utf-8");
$file=file_get_contents('http://img.mobik.ru/po/image.php?'.$_SERVER ["QUERY_STRING"]);
implode($file);
echo"</div>";
require_once ("../../../foot.php");
?>