diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index dbe46bc02deb950dcb26ff7636636af0daaf8679..3eb0ef1b3cb3b1a1c2307c3f7c2fd1abf3c522f5 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -1046,7 +1046,7 @@ function unl_init() { '#type' => 'html_tag', '#tag' => 'base', '#attributes' => array( - 'href' => url('<front>', array('absoule' => TRUE)), + 'href' => '//' . $_SERVER['HTTP_HOST'] . base_path(), ), ); drupal_add_html_head($base_tag, 'base');