Ignore:
Timestamp:
Apr 14, 2006, 11:11:56 PM (18 years ago)
Author:
rub
Message:

Issue ID 326:

o Fix none translations "pictures"
o Fix display 0 pictures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_recent_cats.inc.php

    r1145 r1172  
    100100          ),
    101101        'NAME' => get_cat_display_name_cache($row['uppercats'], null, false),
    102         'NB_IMAGES' => $row['nb_images'],
     102        'CAPTION_NB_IMAGES' => (($row['nb_images'] == 0) ? '' : sprintf("%d ".l10n('pictures'), $row['nb_images'])),
    103103        'DESCRIPTION' => $comment,
    104104        )
Note: See TracChangeset for help on using the changeset viewer.