Writing robust code that uses fields, in Drupal 7
In Drupal 7, the direct access to entity fields (CCK in d6) is different. In Drupal 6 you write: field_yourfield[0]['value']; ?> in Drupal 7 you have to write: field_yourfield[LANGUAGE_NONE][0]['value']; ?> (this is a way suggested by