I do not have any sub-categories so it's displaying like "0/5" on every category.
http://mylifeneeds.com/article-directory.html
Do you know where I can remove that code and how?
Thank you for your help.

Code: Select all
if ($this->tmpl['displaynumdocsecsheader'] == 1) {
echo ' <small>('.$value->numcat.'/' . $numDoc .')</small>';
}
Code: Select all
if ($this->tmpl['displaynumdocsecsheader'] == 1) {
echo ' <small>('. $numDoc .')</small>';
}