You are here

function theme_mail_logger_form_overview in Mail Logger 6

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

theme function for mail_logger_form_overview

File

./mail_logger.module, line 162
Mail Logger module logs all outgoing mail that passes through the drupal_mail function.

Code

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