Projet

Général

Profil

Anomalie #299 » quotes.module.patch

Anonyme, 27/10/2010 15:18

Voir les différences:

quotes.module 2010-10-27 15:08:20.000000000 +0200
);
break;
}
if ($node->comment && !empty($view_text)) {
// Frederic Couchet - fcouchet@april.org - 26/09/2008
// to have a link to the node citation on the block 'citation du moment'
// Module patche en 2008 sur Drupal 5.11, patch remis sur Drupal 6 le 27/10/2010
if (!empty($view_text)) {
$quote->content['view_link'] = array(
'#value' => '<div class="quotes-view-link">'. drupal_get_path_alias(l($view_text, 'node/'. $nid)) .'</div>',
// Benjamin Drieu - Add a clear:both div. 02/10/2008
'#value' => '<div class="quotes-more-link">'. drupal_get_path_alias(l($view_text, 'node/'. $nid)) .'</div><div style="clear:both;"></div>',
'#weight' => $link_weight,
);
}
    (1-1/1)