Skip to content
Snippets Groups Projects
Commit d15cfe84 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-145] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@732 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 3d11eb78
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment