Projet

Général

Profil

Révision c2ac6d1d

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/dropbutton.theme.inc
104 104

  
105 105
      $output .= '<div class="ctools-link">';
106 106
      if ($vars['image']) {
107
        $output .= '<a href="#" class="ctools-twisty ctools-image">' . $vars['title'] . '</a>';
107
        $output .= '<a href="#" class="ctools-twisty ctools-image"><span class="element-invisible">' . $vars['title'] . '</span></a>';
108 108
      }
109 109
      else {
110
        $output .= '<a href="#" class="ctools-twisty ctools-text">' . $vars['title'] . '</a>';
110
        $output .= '<a href="#" class="ctools-twisty ctools-text"><span class="element-invisible">' . $vars['title'] . '</span></a>';
111 111
      }
112 112
      // ctools-link.
113 113
      $output .= '</div>';

Formats disponibles : Unified diff