<?php

/*
 * Implementación del modulo hook_form_alter
*/
/*function policia_w3c_form_alter(&$form, &$form_state, $form_id) {
  
  if($form_id == 'views_exposed_form') {
    //UNSET($form["#info"]);
    //var_dump($form);
    $form['#info']["filter-field_departamento_via_tid"]['type'] = "button";
  }
  
}*/