drupal_add_link
Functions that call drupal_add_link()
| Name | Location | Description |
|---|---|---|
| drupal_add_feed | includes/common.inc | Add a feed URL for the current page. |
| drupal_add_link | includes/common.inc | Add a <link> tag to the page's HEAD. |
| template_preprocess_book_navigation | modules/book/book.module | Process variables for book-navigation.tpl.php. |
Functions called by drupal_add_link()
| Name | Location | Description |
|---|---|---|
| drupal_add_link | includes/common.inc | Add a <link> tag to the page's HEAD. |
| drupal_attributes | includes/common.inc | Format an attribute string to insert in a tag. |
| drupal_set_html_head | includes/common.inc | Add output to the head tag of the HTML page. |
