' . t('About') . ''; $output .= '

' . t('Edlp search module') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function edlp_search_theme($existing, $type, $theme, $path) { return array( 'edlp_search_search_form' => array( 'file' => 'includes/edlp_search_search_form.inc', 'variables' => array( 'form' => null, ), ), ); }