2
Hi upsadaz,
you need toedit this bit in index.php
if (count($cat_data)) {
$statistics = strtr(_MD_INDEX_STAT1, array(
'[pictures]' => $picture_count,
'[albums]' => $album_count,
'[cat]' => $cat_count,
'[comments]' => $comment_count,
'[views]' => $hit_count));
} else {
$STATS_IN_ALB_LIST = true;
$statistics = strtr(_MD_INDEX_STAT3, array(
'[pictures]' => $picture_count,
'[albums]' => $album_count,
'[comments]' => $comment_count,
'[views]' => $hit_count));
}
You will fid _MD_INDEX_STAT1 and _MD_INDEX_STAT3 defined in your language file.
goodluck !!