You are here

function theme_mail_logger_form_overview in Mail Logger 5

Same name and namespace in other branches
  1. 6 mail_logger.module \theme_mail_logger_form_overview()

theme function for mail_logger_form_overview

File

./mail_logger.module, line 130

Code

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