| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_menu.module,v 1.19.2.2.2.41 2009/11/05 01:48:36 indytechcook Exp $ |
// $Id: taxonomy_menu.module,v 1.19.2.2.2.42 2009/11/05 16:01:01 indytechcook Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 499 |
'link_title' => t($item['name']), |
'link_title' => t($item['name']), |
| 500 |
'menu_name' => $item['menu_name'], |
'menu_name' => $item['menu_name'], |
| 501 |
'plid' => _taxonomy_menu_get_mlid($item['ptid'], $item['vid']), |
'plid' => _taxonomy_menu_get_mlid($item['ptid'], $item['vid']), |
| 502 |
'options' => array('attributes' => array('title' => t($item['description']))), |
'options' => array('attributes' => array('title' => t(trim($item['description']) |
| 503 |
|
? $item['description'] : $item['name']))), |
| 504 |
'weight' => $item['weight'], |
'weight' => $item['weight'], |
| 505 |
'module' => 'taxonomy_menu', |
'module' => 'taxonomy_menu', |
| 506 |
'expanded' => variable_get('taxonomy_menu_expanded_'. $item['vid'], TRUE), |
'expanded' => variable_get('taxonomy_menu_expanded_'. $item['vid'], TRUE), |