Sola
Thanks for yu opinion send you this lines


$aChunks = preg_split ("/[,]+/", $sMediaIDs, -1, PREG_SPLIT_NO_EMPTY);
$iMedId = $aChunks[0];
$sSql = "SELECT * FROM `ClassifiedsAdvertisementsMedia` WHERE `MediaID` = {$iMedId}";
$aSqlRes = db_arr ($sSql);
if ($aSqlRes) {
$sFileName = $site['url']. $this -> sUploadDir .'thumb_'.$aSqlRes['MediaFile'];
if ((int)$iID == 0) {
$sFileName = $site['url']. $this -> sUploadDir .'big_thumb_'.$aSqlRes['MediaFile'];
$sFileNameFullSize see more = $site['url']. $this -> sUploadDir .'img_'.$aSqlRes['MediaFile'];
list( $width, $height, $type, $attr ) = getimagesize( $sFileNameFullSize );
$iNewWidth = $width+20;
$iNewHeight = $height+20;
$sImgTag .= <<<EOF
<a id="AdvBigImgFullSize" href="{$sFileNameFullSize}" target="_blank" onclick="window.open(this.href, 'picView', 'width={$iNewWidth},height={$iNewHeight}'); return false;">
<img id="AdvBigImg" class="photo" style="width:{$this -> iBigThumbSize}px;height:{$this -> iBigThumbSize}px;background-image:url({$sFileName});" src="{$sSpacerName}" alt="" />
</a>
EOF;
}
else {
$sImgTag .= <<<EOF
<a href="{$this -> sCurrBrowsedFile}?ShowAdvertisementID={$iID}">
<img src="{$sSpacerName}" style="width:{$this->iThumbSize}px;height:{$this->iThumbSize}px; background-image: url({$sFileName});" class="photo1" alt="" />
</a>
EOF;
}
}
}
if ($sImgTag == '') {
$sNaname = $site['url'].'templates/tmpl_'.$tmpl.'/'.$this -> sPicNotAvail;
if ((int)$iID ==
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.096382141113281