Posted by chasz on February 8, 2009 at 2:29am
Jump to:
| Project: | jQuery Media |
| Version: | 6.x-1.4-beta1 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>what does the "l" stand for after print?
Comments
#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