core::initiatedG2();
list ($ret, $imageBlockHtml, $cssBlock) = GalleryEmbed::getImageBlock($array);
if ($ret) { print "<h2>Fatal G2 error</h2> Here's the error from G2:<br />" .$ret->getAsHtml(); }
$content .= $cssBlock;
//$content .= '<td>';
$imageBlockHtml='<td>'.$imageBlockHtml.'</td>';
$content .= ($strip_anchor == 1) ? strip_tags($imageBlockHtml, '<img><table><tr><td><div><h5>') : $imageBlockHtml;
//$content.='</td>';
GalleryEmbed::done();