sDisplay();
if ($sContent) {
if ($iFixedW) $iW = $iFixedW;
else {
$oImg = $oElement->oImage();
$iW = $oImg ? $oImg->iWidth():0;
}
$sWCSS = $iW ? (" width: " . $iW . "px;"):"";
$sWATT = $iFixedW ? "width=\"$iFixedW\"":"";
$bRet = true;
}
return $bRet;
}
}
$sWidthCSS = "";
?>
iLoopID) { $webyep_oCurrentLoop->loopStart(true); ?>
', $iLeftPhotoPadding, $iLeftPhotoPadding, $sWidthCSS);
webyep_image("LeftPhoto", false, $sWidthAtt);
echo "
";
if (webyep_sShortTextContent("LeftPhotoCaption", false) || webyep_bIsEditMode()) {
?>
"; } ?>
', $iRightPhotoPadding, $iRightPhotoPadding, $sWidthCSS);
webyep_image("RightPhoto", false, $sWidthAtt);
echo "
";
if (webyep_sShortTextContent("RightPhotoCaption", false) || webyep_bIsEditMode()) {
?>
"; } ?>
', $iCenterPhotoPadding, $sWidthCSS);
webyep_image("CenterPhoto", false, $sWidthAtt);
echo "
";
if (webyep_sShortTextContent("CenterPhotoCaption", false) || webyep_bIsEditMode()) {
?>
"; } ?>