bCheck(WYPATH_CHECK_NOPATH|WYPATH_CHECK_JUSTIMAGE)) { $goApp->log("illegal filename in image-detail: <$sFilename>"); exit(-1); } $oURL = od_clone($goApp->oDataURL); if ($bDemoContent) $oURL->removeDemoSlotID(); $oURL->addComponent($sFilename); $oImage =& new WYImage($oURL); if ($sAltText) $oImage->setAttribute("alt", $sAltText); $iW = $oImage->iWidth(); $iH = $oImage->iHeight(); if (!$sAltText) $sAltText = WYTS("GalleryCloseWindow"); } else exit(-1); ?> <?php WYTSD("GalleryDetailTitle", true); ?> sCharsetMetatag() ?>
"; echo $oImage->sDisplay(); echo ""; } ?>