"; $alert = array('error' => 'alert-error', 'warning' => '', 'notice' => 'alert-info', 'message' => 'alert-success'); // Only render the message list and the close button if $msgList has items if (is_array($msgList) && (count($msgList) >= 1)) { $buffer .= ''; foreach ($msgList as $type => $msgs) { $buffer .= '
" . $msg . "
"; } } $buffer .= "\n