How to remove number of images after the name of the cat.
Posted: 12 Oct 2012, 11:10
Sorry for my English but translate via google.
I use Phoca gallery 2.8.1 to joomla 1.5.26. I need to remove the number of images after the names of the categories.
Try any insights I find a solution but it did not help either, or have the newer versions of Phoca gallery.
I found the code in default.php:
if ($ this-> categories [$ i] -> numlinks> 0) {
echo '<span class="small"> ('. $ this-> categories [$ i] -> numlinks. ') </ span>';
But I do not understand what to do with it.
Thank you all for your help!
I use Phoca gallery 2.8.1 to joomla 1.5.26. I need to remove the number of images after the names of the categories.
Try any insights I find a solution but it did not help either, or have the newer versions of Phoca gallery.
I found the code in default.php:
if ($ this-> categories [$ i] -> numlinks> 0) {
echo '<span class="small"> ('. $ this-> categories [$ i] -> numlinks. ') </ span>';
But I do not understand what to do with it.
Thank you all for your help!