Projet

Général

Profil

Révision b08fce64

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/colorbox/views/colorbox_handler_field_colorbox.inc
67 67
          $patterns .= theme('item_list',
68 68
            array(
69 69
              'items' => $items,
70
              'type' => $type
70
              'type' => $type,
71 71
            ));
72 72
        }
73 73
      }
......
183 183
        'width' => $width,
184 184
        'height' => $height,
185 185
        'title' => $caption,
186
        'inline' => 'true'
186
        'inline' => 'true',
187 187
      ),
188 188
      'attributes' => array(
189 189
        'class' => array('colorbox-inline'),
190
        'rel' => $gallery_id
190
        'rel' => $gallery_id,
191 191
      )
192 192
    );
193 193
    // Remove any parameters that aren't set.

Formats disponibles : Unified diff