<?php
include_once(dirname(__FILE__)."/common.ini.php");
include("catalog_head.html");
$html = $catalog->items_gets_by_categ((int)@$postget["categ_id"]);
$html["categs"] = $catalog->categs_gets();
include("html/catalog_items.html");
include("catalog_foot.html");
?>