Skip to content
Snippets Groups Projects
Commit ec31139d authored by Loraine Brillet-Guéguen's avatar Loraine Brillet-Guéguen
Browse files

add weight

parent c36d0490
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ function abims_preprocess_html(&$variables) {
drupal_add_css(path_to_theme() . '/css/ie.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'lte IE 7', '!IE' => FALSE), 'preprocess' => FALSE));
drupal_add_css(path_to_theme() . '/css/ie6.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'IE 6', '!IE' => FALSE), 'preprocess' => FALSE));
if ( preg_match('/rhodoexplorer/', getenv('PROJECT_URL')) ) {
drupal_add_css('.site-footer {background-color: #d28a78;}', array('type' => 'inline'));
drupal_add_css('.navbar {background-color: #d28a78;}', array('type' => 'inline'));
drupal_add_css('.site-footer {background-color: #d28a78;}', array('group' => CSS_THEME, 'type' => 'inline', 'weight' => '9999'));
drupal_add_css('.navbar {background-color: #d28a78;}', array('group' => CSS_THEME, 'type' => 'inline', 'weight' => '9999'));
}
if (drupal_is_front_page()) {
......
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