print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>

what does the "l" stand for after print?

Comments

nevets’s picture

That's a lower case 'L' and is a function that generates links (a tags). You can find it in the API documentation: http://api.drupal.org/api/function/l/6