Ignore:
Timestamp:
Feb 22, 2007, 9:20:30 PM (17 years ago)
Author:
rub
Message:

o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories
o Good idea of this new way for way confguest_access, but I kept last implementation for access methods (Could be useful on future development)

File:
1 edited

Legend:

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

    r1840 r1851  
    215215                                    $category['nb_images'],
    216216                                    $category['count_images'],
    217                                     $category['count_categories']
     217                                    $category['count_categories'],
     218                                    true,
     219                                    '<BR>'
    218220                                  ),
    219221          'DESCRIPTION' => @$comment,
     
    250252                                    $category['nb_images'],
    251253                                    $category['count_images'],
    252                                     $category['count_categories']
     254                                    $category['count_categories'],
     255                                    true,
     256                                    '<BR>'
    253257                                  ),
    254258
Note: See TracChangeset for help on using the changeset viewer.