Jun 17, 2014

How To Avoid Fieldset In Drupal Date Field

<?php
function MYTHEME_date_combo($variables) {
  return theme('form_element', $variables);
}
?>

Here 'MYTHEME' should be you theme name defined in you .info file placed inside your theme directory.

No comments :

Post a Comment