diff options
Diffstat (limited to 'drupal6_theme_methods.php')
-rw-r--r-- | drupal6_theme_methods.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drupal6_theme_methods.php b/drupal6_theme_methods.php index 1fab4fd..308f5cf 100644 --- a/drupal6_theme_methods.php +++ b/drupal6_theme_methods.php @@ -171,9 +171,9 @@ function nuvemdario_img_assist_page($content, $attributes = NULL) { $path = drupal_get_path('module', 'img_assist') .'/img_assist_popup.css'; $output .= "<style type=\"text/css\" media=\"all\">@import \"". base_path() . $path ."\";</style>\n"; - $output .= '<link rel="stylesheet" href="'.get_full_path_to_theme().'/style.css" type="text/css" />'."\n"; - $output .= '<!--[if IE 6]><link rel="stylesheet" href="'.get_full_path_to_theme().'/style.ie6.css" type="text/css" /><![endif]-->'."\n"; - $output .= '<!--[if IE 7]><link rel="stylesheet" href="'.get_full_path_to_theme().'/style.ie7.css" type="text/css" /><![endif]-->'."\n"; + $output .= '<link rel="stylesheet" href="'.nuvemdario_get_full_path_to_theme().'/style.css" type="text/css" />'."\n"; + $output .= '<!--[if IE 6]><link rel="stylesheet" href="'.nuvemdario_get_full_path_to_theme().'/style.ie6.css" type="text/css" /><![endif]-->'."\n"; + $output .= '<!--[if IE 7]><link rel="stylesheet" href="'.nuvemdario_get_full_path_to_theme().'/style.ie7.css" type="text/css" /><![endif]-->'."\n"; $output .= "</head>\n"; $output .= '<body'. drupal_attributes($attributes) .">\n"; |