/[drupal]/contributions/modules/nice_menus/nice_menus.module
ViewVC logotype

Diff of /contributions/modules/nice_menus/nice_menus.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.60, Wed Mar 25 12:55:42 2009 UTC revision 1.61, Wed Mar 25 12:57:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nice_menus.module,v 1.59 2009/03/24 16:22:28 add1sun Exp $  // $Id: nice_menus.module,v 1.60 2009/03/25 12:55:42 add1sun Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 341  function theme_nice_menus_tree($menu_nam Line 341  function theme_nice_menus_tree($menu_nam
341      unset($page_menu);      unset($page_menu);
342    }    }
343    
344    // Allow i18n module to translate strings where available    // Allow i18n module to translate strings where available.
345    if(module_exists('i18nmenu')) {    if(module_exists('i18nmenu')) {
346      i18nmenu_localize_tree($menu);      i18nmenu_localize_tree($menu);
347    }    }

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

  ViewVC Help
Powered by ViewVC 1.1.2