array(
'type' => 'notice',
'class' => 'success',
'content' => 'Success: Lorem Ipsum Dollar.',
),
array(
'type' => 'notice',
'class' => 'warning',
'content' => 'Warning: Lorem Ipsum Dollar.',
),
array(
'type' => 'notice',
'class' => 'danger',
'content' => 'Danger: Lorem Ipsum Dollar.',
),
array(
'type' => 'notice',
'class' => 'info',
'content' => 'Info: Lorem Ipsum Dollar.',
),