/[drupal]/contributions/modules/technorati/technorati.module
ViewVC logotype

Diff of /contributions/modules/technorati/technorati.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.11.2.2, Wed Sep 24 15:35:53 2008 UTC revision 1.11.2.3, Tue Oct 7 14:37:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: technorati.module,v 1.11.2.1 2008/07/27 23:54:22 kbahey Exp $  // $Id: technorati.module,v 1.11.2.2 2008/09/24 15:35:53 kbahey Exp $
3    
4  /*  /*
5   * @file   * @file
# Line 269  function theme_technorati_tags($tags) { Line 269  function theme_technorati_tags($tags) {
269      return '';      return '';
270    }    }
271    $path = base_path() . drupal_get_path('module', 'technorati') .'/technobubble.gif';    $path = base_path() . drupal_get_path('module', 'technorati') .'/technobubble.gif';
272    $output = '<div class="technorati_tags">';  
273    $output .= '<img src="'. $path .'"/>';    $output  = '<div class="technorati_tags">';
274      $output .= '<img alt="' . t('Technorati Tags:') . '" src="' . $path . '"/>';
275    $output .= '<strong>'. t('Technorati Tags: ') .'</strong>';    $output .= '<strong>'. t('Technorati Tags: ') .'</strong>';
276    $output .= implode(' ', $tags);    $output .= implode(' ', $tags);
277    $output .= '</div>';    $output .= '</div>';

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

  ViewVC Help
Powered by ViewVC 1.1.2