Skip to content
Snippets Groups Projects
Commit 7b660fe4 authored by Chris Gross's avatar Chris Gross
Browse files

Daily build

parent 1107a7dd
No related branches found
No related tags found
No related merge requests found
WCM Base 7.x-1.x, 2015-09-22
----------------------------
- WCM User Profile: Telephone field bugfix for new sites.
WCM Base 7.x-1.x, 2015-09-21 WCM Base 7.x-1.x, 2015-09-21
---------------------------- ----------------------------
- WCM User Profile: Added dynamic user profile breadcrumb. - WCM User Profile: Added dynamic user profile breadcrumb.
......
...@@ -99,11 +99,7 @@ function wcm_user_profile_field_default_field_bases() { ...@@ -99,11 +99,7 @@ function wcm_user_profile_field_default_field_bases() {
'deleted' => 0, 'deleted' => 0,
'entity_types' => array(), 'entity_types' => array(),
'field_name' => 'field_phone', 'field_name' => 'field_phone',
'indexes' => array( 'indexes' => array(),
'format' => array(
0 => 'format',
),
),
'locked' => 0, 'locked' => 0,
'module' => 'telephone', 'module' => 'telephone',
'settings' => array( 'settings' => array(
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<?php else: ?> <?php else: ?>
<div> <div>
<?php endif; ?> <?php endif; ?>
<div class="l-content" role="main">
<?php if (!$is_front && !empty($title)): ?> <?php if (!$is_front && !empty($title)): ?>
<?php if ($landing_page) :?> <?php if ($landing_page) :?>
<h1 class="title l-constrained max-width" id="page-title"><?php print $title; ?></h1> <h1 class="title l-constrained max-width" id="page-title"><?php print $title; ?></h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment