We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab79fe commit 23d8a8bCopy full SHA for 23d8a8b
preprocess/preprocess-html.inc
@@ -5,6 +5,7 @@ function q7_alpha_preprocess_html(&$variables) {
5
drupal_add_css('https://fonts.googleapis.com/css?family=Cardo', array('type' => 'external'));
6
$node = menu_get_object();
7
if (isset($node->type) && $node->type == 'landing_page_alpha') {
8
+ $is_landing_page = true;
9
drupal_add_css('
10
h1.title {background-color: ' . $node->field__title_bg_color['und'][0]['rgb'] . '}
11
.landing-page-head-menu {background-color: ' . $node->field_sub_navbar_color['und'][0]['rgb'] . '}
0 commit comments