You are here

function theme_glossary_search_form in Glossary 5

Same name and namespace in other branches
  1. 5.2 glossary.module \theme_glossary_search_form()
  2. 6 glossary.module \theme_glossary_search_form()
  3. 7 glossary.module \theme_glossary_search_form()

File

./glossary.module, line 234

Code

function theme_glossary_search_form($form) {
  return '<div class="container-inline">' . drupal_render($form) . '</div>';
}