Ignore:
Timestamp:
Jul 27, 2010, 2:50:37 PM (14 years ago)
Author:
plg
Message:

merge r6715 from branch 2.1 to trunk

bug 1785 fixed: the number of related tags is no longer hard coded

File:
1 edited

Legend:

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

    r6363 r6716  
    144144    {
    145145      $selection = array_slice( $page['items'], $page['start'], $page['nb_image_page'] );
    146       $tags = add_level_to_tags( get_common_tags($selection, 12) );
     146      $tags = add_level_to_tags( get_common_tags($selection, $conf['content_tag_cloud_items_number']) );
    147147      foreach ($tags as $tag)
    148148      {
Note: See TracChangeset for help on using the changeset viewer.