on a category view (with thumbnails) the size of the icon-up-images.gif (button to come back to the list of categories) is not defined :
Code: Select all
<img src="/components/com_phocagallery/assets/images/icon-up-images.gif" alt="..." />Code: Select all
<img src="/components/com_phocagallery/assets/images/icon-up-images.gif" alt="..." width="48px" height="48px" />Code: Select all
} else { // Back button to categories list if it exists
if ($itemId > 0 && $display_categories_back_button == 1) {
$this->_data[$count] = new JObject();
$item =& $this->_data[$count];
$item->link = $backLink;
$item->title= JTEXT::_('Category List');
$item->item_type = "categorieslist";
$file_thumbnail = PhocaGalleryHelperFront::displayBackFolder('medium', 1);
$item->linkthumbnailpath = $file_thumbnail['rel'];
$count++;
}Thanks for your help !!!

