View file kat/katalog.php

File size: 524B
<?php
include "config.php";
include"../header.php";
?>
<title>Каталог</title>
<p>
<div class="b1">Каталог MotoFan.pp.ru</div>
<div class="b2">
<?php
if(!empty($where)) print_data($where,$page);
print "<small><br/>---<br/><a href=\"http://motofan.pp.ru/kat/out.php?link=http://motofan.pp.ru/kat/index.php\">Каталог сайтов</a>";
print "<br/><a href=\"http://motofan.pp.ru/index.php\">На главную</a></small>";
?>
</div>
<div class="b1">&#169; Coding by Moto<br>&#169; Made Moto</div>
</p>