print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>what does the "l" stand for after print?
print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>what does the "l" stand for after print?
Comments
Comment #1
nevets commentedThat'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