">
| t['pagination']->getRowOffset( $i ); ?> |
|
extid) && $row->extid !='') {
$resW = explode(',', $row->extw);
$resH = explode(',', $row->exth);
$correctImageRes = PhocaGalleryImage::correctSizeWithRate($resW[2], $resH[2], 50, 50);
//echo JHtml::_( 'image', $row->exts.'?imagesid='.md5(uniqid(time())), '', array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height']));
echo ' ';
} else if (isset ($row->fileoriginalexist) && $row->fileoriginalexist == 1) {
$imageRes = PhocaGalleryImage::getRealImageSize($row->filename, 'small');
$correctImageRes = PhocaGalleryImage::correctSizeWithRate($imageRes['w'], $imageRes['h'], 50, 50);
//echo JHtml::_( 'image', $row->linkthumbnailpath.'?imagesid='.md5(uniqid(time())), '', array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height']));
echo ' ';
} else {
echo HTMLHelper::_( 'image', 'media/com_phocagallery/images/administrator/phoca_thumb_s_no_image.gif', '');
}
?>
|
'. $row->title.'';
if (isset($row->extid) && $row->extid !='') {
if (isset($row->exttype) && $row->exttype == 1) {
echo ''.Text::_('COM_PHOCAGALLERY_FACEBOOK_STORED_FILE').' | ';
} else {
echo ''.Text::_('COM_PHOCAGALLERY_PICASA_STORED_FILE').' | ';
}
} else {
echo '' .$row->filename.' | ';
} ?>
id; ?> |