Skip to content
Snippets Groups Projects
Commit 2c20857f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added missing function.

parent 507bde15
No related merge requests found
......@@ -38,6 +38,10 @@ function drupal_get_breadcrumb() {
return $breadcrumb;
}
function drupal_add_link($attributes) {
drupal_set_html_head('<link'. drupal_attributes($attributes) ." />\n");
}
/**
* Add output to the head tag of the HTML page.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment