diff --git a/zen-internals/template.zen.inc b/zen-internals/template.zen.inc index b130b6b83a07a1594e6b66122d4ef6569b2df499..0df655ca75b1b5f01c7b86220946d43a3ffb9906 100644 --- a/zen-internals/template.zen.inc +++ b/zen-internals/template.zen.inc @@ -21,7 +21,7 @@ function _zen_preprocess_html(&$variables, $hook) { $stylesheet = (theme_get_setting('zen_layout') == 'zen-fixed-width') ? 'styles-fixed.css' : 'styles.css'; drupal_add_css($directory . $stylesheet, array('group' => CSS_THEME, 'every_page' => TRUE)); - // Sub-themes after 7.x-5.1 remove these fiels, but we can't remove them using + // Sub-themes after 7.x-5.1 remove these files, but we can't remove them using // zen.info since it will break sub-themes built with 7.x-5.0/5.1. drupal_add_css($directory . 'system.messages.css', array('group' => CSS_THEME, 'every_page' => TRUE)); drupal_add_css($directory . 'system.theme.css', array('group' => CSS_THEME, 'every_page' => TRUE));