Просмотр файла nkat/katalog.php

Размер файла: 942B
<?php

include "xconf.php";
$q=mysql_query("select * from `cool_raz` where id=$c order by por asc");
$data = @mysql_fetch_array($q);
header("Cache-Control: no-cache");
include "fo.php";
$version=trim($version);

if ($version=="xhtml"){

$version=xhtml;
include "xhtml_head.php";

$div_s="<div class=\"a\">";
$div_ss="<div class=\"b\">";
$div_e="</div>";
      
}
else {
$version=wml;
$div_s="";
$div_ss="";
$div_e="";
include "wml_head.php";
}

print"$div_ss<p align=\"left\">";
include "shop2.php"; // еще платные ссылки
print "
$div_e $div_s<small>


  <br/>";
if(isset($c)&&!empty($c)){print_data($c,$page);}else{print_data("all",$page);}
print"$div_e $div_ss<br/>*****<br/><a href=\"./?version=$version\">B Ka&#x0442;a&#x043B;o&#x0433;</a><br/>*****<br/>
<br/>
</small>
</p>$div_e";
if ($version=="xhtml"){
include "xhtml3_down.php";
$version=xhtml;

}
else {
include "wml3_down.php";
}
?>