Skip to content
Snippets Groups Projects
Commit 51ca1ded authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-264] Merging test into staging -c1293

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1294 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 4f491b8b
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ body.fixed #maincontent {min-width: 960px;}
#wdn_content_wrapper.contextual-links-region {position: static;}
/* Hide the contextual links in the UNL nav */
#navigation div.contextual-links-wrapper {display: none;}
/* Hide file icon in file field */
.field-type-file .file-icon {display: none;}
/* UNL css displays all ul in copyright area as inline, need to hide this */
#wdn_copyright ul.contextual-links {display: none;}
/* Overrides of system.menus.css due to conflicts with UNL navigation */
......
......@@ -213,6 +213,14 @@ function unl_wdn_breadcrumb($variables) {
return $html;
}
/**
* Implements theme_file_icon().
* File icons are provided as css background sprites in UNL WDN template project.
*/
function unl_wdn_file_icon($variables) {
return '';
}
function unl_wdn_menu_item($link, $has_children, $menu = '', $in_active_trail = FALSE, $extra_class = NULL) {
if ($extra_class) {
return '<li class="' . $extra_class . '">' . $link . $menu . '</li>' . "\n";
......
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