[3.0.0 RC4 bug] "Image Rating" picture incorrect
Posted: 28 Apr 2011, 14:29
Hi Jan,
Page title picture for "Image Rating" is incorrect (instead it appears "Category Rating" picture)
Problem is on row 48 in administrator\components\com_phocagallery\views\phocagalleryraimg\view.html.php:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote.png' );
Change code to:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote-img.png' );
solved problem to me
Page title picture for "Image Rating" is incorrect (instead it appears "Category Rating" picture)
Problem is on row 48 in administrator\components\com_phocagallery\views\phocagalleryraimg\view.html.php:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote.png' );
Change code to:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote-img.png' );
solved problem to me