Projet

Général

Profil

Révision 560c3060

Ajouté par Julien Enselme il y a plus de 8 ans

Update ctools 1.7 -> 1.9

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/page/page_title.inc
29 29
 * Outputs the page title of the current page.
30 30
 */
31 31
function ctools_page_title_content_type_render($subtype, $conf, $panel_args) {
32
  if (!drupal_get_title()) {
33
    return;
34
  }
32 35
  // TODO: This should have a setting or something for the markup.
33 36
  if (empty($conf['markup'])) {
34 37
    $conf['markup'] = 'h1';

Formats disponibles : Unified diff