Commit b107fa77 authored by Riccardo Padovani's avatar Riccardo Padovani

Closed Issue #8 - Footer hasn't a style

parent e2fa307a
This diff is collapsed.
......@@ -74,13 +74,19 @@ function valencia_preprocess_html( &$variables ) {
// 'group' => CSS_DEFAULT,
// 'every_page' => true
//));
drupal_add_css( drupal_get_path( 'theme', 'valencia' ) . '/css/style.css', array(
'type' => 'file',
'group' => CSS_THEME,
'every_page' => true
));
drupal_add_css( drupal_get_path( 'theme', 'valencia' ) . '/css/footer.css', array(
'type' => 'file',
'group' => CSS_THEME,
'every_page' => true
));
/**
* Add JavaScript file, setting, or inline code to the page.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment