跳转到主要内容
征服 提交于 6 February 2015
 $items[ ] = array(           // 'data' => theme('progress_song_item', array('step_text' => $step_arr[1])),           'data' => '<a href = "'.$step_arr[0].'">'.theme('progress_song_item', array('step_text' => $step_arr[1])).'</a>',           'class' => $selected_class,         ); 注释//部分是添加url之前的写法,再这里添加了url,这个写法不大好,但是可以实现功能,又更好解决办法的,希望评论   $output = theme('item_list', array('items' => $items, 'title' => null, 'type' => 'ul', 'attributes' => array('class' => array('progress-song ' . variable_get('progress_song_layout', 'horizontal')))));   这里还需要添加css样式。       这里修改的是progress _tracker中的module代码
标签
Drupal 版本