Projet

Général

Profil

Révision 7e72b748

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/page/page_logo.inc
29 29
  $block = new stdClass();
30 30

  
31 31
  if (!empty($logo)) {
32
    $image = '<img src="' . $logo . '" alt="' . t('Home') . '" />';
32
    $image = theme('image', array('path' => $logo, 'alt' => t('Home')));
33 33
    $block->content = l($image, '', array('html' => TRUE, 'attributes' => array('rel' => 'home', 'id' => 'logo', 'title' => t('Home'))));
34 34
  }
35 35

  

Formats disponibles : Unified diff