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

Daily build

parent 1107a7dd
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 User Profile: Added dynamic user profile breadcrumb.
......
......@@ -99,11 +99,7 @@ function wcm_user_profile_field_default_field_bases() {
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_phone',
'indexes' => array(
'format' => array(
0 => 'format',
),
),
'indexes' => array(),
'locked' => 0,
'module' => 'telephone',
'settings' => array(
......
......@@ -31,7 +31,7 @@
<?php else: ?>
<div>
<?php endif; ?>
<div class="l-content" role="main">
<?php if (!$is_front && !empty($title)): ?>
<?php if ($landing_page) :?>
<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