theme'ing question
chasz - February 8, 2009 - 02:29
| Project: | jQuery Media |
| Version: | 6.x-1.4-beta1 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>what does the "l" stand for after print?

#1
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