Phoca Gallery component minor fix
Posted: 10 Nov 2012, 14:04
Hello.
In views/category/tmpl/default_images.php
line 26 should be:
(added $value->cls check to get rid of an extra empty image in the end of the list)
In views/category/tmpl/default_images.php
line 26 should be:
Code: Select all
if (($rightDisplay == 1)&&($value->cls)) {