include ('damga_sc_fns.php'); session_start(); if ($_GET['catid']) { $catid = $_GET['catid']; $page = $_GET['page']; } else { $catid = $_POST['catid']; $page = $_POST['page']; } if (substr($catid,0,1) != 0) $title2 = get_faaliyet_detay($catid); else $title2 = get_faaliyet_detay(substr($catid,1)); $title = "Firms on the field ".$title2["english"] ; do_html_baslik($title); do_html_heading($title); // VT den damga bilgilerini almak $book_array = get_firmafaal($catid,$arama,$faal,$page); display_firmafaal($book_array, $catid, $kod,$page); if ($arama) { echo "
"; } else display_form_jbutton("back", "Bact to Products & Services"); // if logged in as admin, show add, delete book links if(session_is_registered("admin_user")) { display_button("admin.php", "admin-menu", "Admin Menu"); display_button("edit_faaliyet_form.php?catid=$catid", "edit-category", "Edit Category"); } else { do_html_footer(); } ?>