diff --git a/sites/all/themes/unl_wdn/template.php b/sites/all/themes/unl_wdn/template.php index ce52f1e3648c9e80c0c4d122ea4f03cefac8acf8..13577f03e988dd1bf0b17d4cb5a49b8e87ea29f6 100644 --- a/sites/all/themes/unl_wdn/template.php +++ b/sites/all/themes/unl_wdn/template.php @@ -11,14 +11,6 @@ function unl_wdn_css_alter(&$css) { unset($css[$path.'/system.theme.css']); } -function unl_wdn_css_alter(&$css) { - // Turn off some styles from the system module. - // If some of this is later found desireable, add "stylesheets[all][] = css/unl_wdn.menus.css" to unl_wdn.info and copy these files to that locaiton with edits. - $path = drupal_get_path('module','system'); - unset($css[$path.'/system.menus.css']); - unset($css[$path.'/system.theme.css']); -} - function unl_wdn_preprocess_html(&$vars, $hook) { /** * Change the <title> tag to UNL format: UNL | Department | Section | Page