From fb951546d0e88063b8bb4cfb986bd12bea33f58b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 10:30:15 -0200 Subject: Custom common methods --- drupal6_theme_methods.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drupal6_theme_methods.php') 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 .= "\n"; - $output .= ''."\n"; - $output .= ''."\n"; - $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; $output .= "\n"; $output .= '\n"; -- cgit v1.2.3