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