'', 'class' => '', 'title' => '', 'thumbnail' => '', 'before' => '', 'content' => '', 'after' => '' ) ); extract($args); if (art_is_empty_html($title) && art_is_empty_html($content)) return; if ($id) { $id = ' id="' . $id . '"'; } if ($class) { $class = ' ' . $class; } ?>