Exemple #1
0
function product_option()
{
    $id = JRequest::getVar('field_id');
    $property_id = JRequest::getVar('property_id');
    HTML_contact::product_option($id, $property_id);
}