include("connect.php"); $cid=getId(); $kategori=$db->teksatir("select name from referans_ctgry where status='1' and id=$cid",true); if($cid<0 or ($cid>0 and !$kategori)) yonlendir("index.php"); define('mTitle',$cid>0?lngProje." - $kategori":lngProje); include("header2.php"); $kategoriler=$db->coksatirPlus("select c.id,c.name, count(p.id) as say from proje p, referans_ctgry c where p.ctgry=c.id and c.status='1' and c.lang='".LANG."' group by c.id order by c.list asc"); $kategorilerM=$db->coksatirPlus($kategoriler,"