//-------------------------------
// Search Show end
//-------------------------------
//-------------------------------
// Search Close Event begin
// Search Close Event end
//-------------------------------
//===============================
}
//===============================
// Tree Form Action
//-------------------------------
function Categories_action($sAction)
{
//-------------------------------
// Categories Action begin
//-------------------------------
$sCatID = get_param("category_id");
if($sCatID)
{
if(get_db_value("SELECT count(*) FROM categories WHERE par_category_id=" . $sCatID) == 0)
header("Location: z.php?category_id=" . $sCatID);
}
//-------------------------------
// Categories Action end
//-------------------------------
}
//===============================
//===============================
// Display Tree Form
//-------------------------------
function Categories_show()
{
global $db;
global $styles;
$sFormTitle = "";
$action_page="index.php";
//-------------------------------
// Categories Open Event begin
// Categories Open Event end
//-------------------------------
//-------------------------------
// Categories Show begin
//-------------------------------
?>
";
//-------------------------------
// Categories Show end
//-------------------------------
//-------------------------------
// Categories Close Event begin
// Categories Close Event end
//-------------------------------
}
//===============================
// Display Menu Form
//-------------------------------
function RecentListings_show()
{
global $db;
global $styles;
$sFormTitle = "Ostatnio dodane";
//-------------------------------
// RecentListings Open Event begin
if(get_param("category_id") != "")
$sWhere = "WHERE i.category_id = " . get_param("category_id") . " OR c.par_category_id = " . get_param("category_id");
// RecentListings Open Event end
//-------------------------------
//-------------------------------
// Set URLs
//-------------------------------
$fldparent_cat = "Kodeks";
$fldustawa = "Ustawa";
$fldopublikowana = "Opubl.";
$flddz_u = "Dz. U.";
$fldkodeks = "Kodeks";
//-------------------------------
// RecentListings Show begin
//-------------------------------
//-------------------------------
// RecentListings BeforeShow Event begin
// RecentListings BeforeShow Event end
//-------------------------------
//-------------------------------
// Show fields
//-------------------------------
?>
|