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

daily build 2

parent 0e2284dc
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ function ocio_field_bases_default_linkit_profiles() { ...@@ -119,7 +119,7 @@ function ocio_field_bases_default_linkit_profiles() {
), ),
'insert_plugin' => array( 'insert_plugin' => array(
'plugin' => 'raw_url', 'plugin' => 'raw_url',
'url_method' => '2', 'url_method' => '1',
), ),
'attribute_plugins' => array( 'attribute_plugins' => array(
'accesskey' => array( 'accesskey' => array(
......
...@@ -124,7 +124,7 @@ function ocio_wysiwyg_default_linkit_profiles() { ...@@ -124,7 +124,7 @@ function ocio_wysiwyg_default_linkit_profiles() {
'result_description' => '', 'result_description' => '',
), ),
'insert_plugin' => array( 'insert_plugin' => array(
'url_method' => '2', 'url_method' => '1',
), ),
'attribute_plugins' => array( 'attribute_plugins' => array(
'accesskey' => array( 'accesskey' => array(
......
...@@ -110,7 +110,7 @@ function ocio_omega_base_preprocess_fieldable_panels_pane(&$vars) { ...@@ -110,7 +110,7 @@ function ocio_omega_base_preprocess_fieldable_panels_pane(&$vars) {
$vars['tile_title'] = $vars['content']['title']['#value']; $vars['tile_title'] = $vars['content']['title']['#value'];
} }
if (!empty($vars['content']['field_tile_link'])) { if (!empty($vars['content']['field_tile_link'])) {
$vars['tile_url'] = $vars['content']['field_tile_link']['#items'][0]['url']; $vars['tile_url'] = url($vars['content']['field_tile_link']['#items'][0]['url'], array('absolute' => TRUE));
} }
if (!empty($vars['content']['field_background_color'])) { if (!empty($vars['content']['field_background_color'])) {
$vars['classes_array'][] = $vars['content']['field_background_color']['#items'][0]['value']; $vars['classes_array'][] = $vars['content']['field_background_color']['#items'][0]['value'];
......
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