1. {$field->field_alias} 17. * 18. * The above will guarantee that you'll always get the correct data, 19. * regardless of any changes in the aliasing that might happen if 20. * the view is modified. 21. */ 22. ?> 23. style_plugin->rendered_fields[$view->row_index]['status'] == t('Yes')) { 26. // If so, print the field id 'title' which has the link. 27. print $view->style_plugin->rendered_fields[$view->row_index]['title']; 28. } 29. else { 30. // If not, print this field which has no link 31. print $output; 32. } 33. ?>