com_phocagallery/views/categories/tmpl/default_catimg.php
line 24:
Code: Select all
echo JHTML::_( 'image', $this->categories[$i]->linkthumbnailpath, array('style' => 'border:0'));
Code: Select all
echo JHTML::_( 'image', $this->categories[$i]->linkthumbnailpath, str_replace('»','-',$this->categories[$i]->title),array('style' => 'border:0'));
The same problem occurs in the following files also:
com_phocagallery/views/categories/tmpl/default_catimgdesc.php
com_phocagallery/views/categories/tmpl/default_catimgdetail.php
com_phocagallery/views/categories/tmpl/default_catimgdetail_float.php
com_phocagallery/views/categories/tmpl/default_custom.php