You are here

function theme_lexicon_search_form in Lexicon 6

File

./lexicon.module, line 337
Lexicon is used to create lists of terms and definitions to use on a website and optionally mark them in the content with an indicator.

Code

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