Issue #2396983 by corbacho: Header Logo with Bartik won't change in settings preview
parent
eb25a33d4e
commit
a24a858f60
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
// Put the logo path into JavaScript for the live preview.
|
// Put the logo path into JavaScript for the live preview.
|
||||||
$js_attached['#attached']['drupalSettings']['color']['logo'] = theme_get_setting('logo.url', 'bartik');
|
$js_attached['#attached']['drupalSettings']['color']['logo'] = theme_get_setting('logo.url', 'bartik');
|
||||||
drupal_render($js_attached);
|
drupal_process_attached($js_attached);
|
||||||
|
|
||||||
$info = array(
|
$info = array(
|
||||||
// Available colors and color labels used in theme.
|
// Available colors and color labels used in theme.
|
||||||
|
|
Loading…
Reference in New Issue