You are here

function _makemeeting_choices_process in Make Meeting Scheduler 7

Process the makemeeting_choices element before rendering

Parameters

$element:

1 string reference to '_makemeeting_choices_process'
makemeeting_element_info in ./makemeeting.module
hook_elements implementation

File

./makemeeting.module, line 303
Make Meeting module

Code

function _makemeeting_choices_process($element) {

  // Adding custom css
  drupal_add_css(drupal_get_path('module', 'makemeeting') . '/pollpanel.css');
  return $element;
}