Fatal error: Call to undefined function drupal_add_link() in C:\xampp\htdocs\drupal7beta2\sites\all\modules\live_css\live_css.module on line 31

Comments

chichiMi5’s picture

Same here.

losco’s picture

drupal_add_link() in drupal 7 must be replaced by:

drupal_add_html_head_link()

@documentation
http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...

guybedford’s picture

Status: Active » Closed (fixed)

This has been resolved - was an issue in the D7 version.