You are here

function theme_dateext in Drupal PM (Project Management) 7

Provides theming for the dateext element.

File

./pm.theme.inc, line 46
Provides theme functions for Project Management modules

Code

function theme_dateext($element) {
  return theme('form_element', $element, '<div class="container-inline">' . $element['#children'] . '</div>');
}