theme_yellow_search_block_form

Definition

theme_yellow_search_block_form($form)
yellow/yellow.module, line 446

Description

Theme the block search form.

Code

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