<?php
include_once(dirname(__FILE__)."/common.ini.php");
include("catalog_head.html");
$html["items"] = $catalog->categs_gets();
$html["count0"] = $catalog->items->count_("WHERE categ_id=0");
include("html/catalog_categs.html");
include("catalog_foot.html");
?>