diff --git a/includes/common.inc b/includes/common.inc index 719e3043332065145eb6053391e9926c8d51bc68..9105459c965d4931da8abf917336c482ea29d4e8 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -38,6 +38,10 @@ function drupal_get_breadcrumb() { return $breadcrumb; } +function drupal_add_link($attributes) { + drupal_set_html_head('\n"); +} + /** * Add output to the head tag of the HTML page. */