summaryrefslogtreecommitdiff
path: root/drupal5_theme_methods.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 10:30:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 10:30:15 -0200
commitfb951546d0e88063b8bb4cfb986bd12bea33f58b (patch)
tree3b5277a8822bf3e6a4b566ed5ec9d705f4e3ed99 /drupal5_theme_methods.php
parenteac7d74c809f6297c953823222708d997f342b01 (diff)
downloadnuvemdario-fb951546d0e88063b8bb4cfb986bd12bea33f58b.tar.gz
nuvemdario-fb951546d0e88063b8bb4cfb986bd12bea33f58b.tar.bz2
Custom common methods
Diffstat (limited to 'drupal5_theme_methods.php')
-rw-r--r--drupal5_theme_methods.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/drupal5_theme_methods.php b/drupal5_theme_methods.php
index 2cdd1e6..ae51c93 100644
--- a/drupal5_theme_methods.php
+++ b/drupal5_theme_methods.php
@@ -219,9 +219,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";