Submitted by gareth on Tue, 09/03/2010 - 11:59
The format
The drupal 6 link function takes the format of:
l($text, $path, $options = array())
This will format an internal Drupal link.
This function correctly handles aliased paths, and allows themes to highlight
links to the current page correctly, so all internal links output by modules
should be generated by this function if possible.
Parameters
$text - The text to be enclosed with the anchor tag.
$path - The Drupal path being linked to, such as "admin/content/node". Can be an external or internal URL.