Skip to content

Commit

Permalink
[DS-840] Add Ability to create Top Level Community in at the home pag…
Browse files Browse the repository at this point in the history
…e, additional support to force discovery facets to be just under search.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_7_x@6141 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
mdiggory committed Mar 15, 2011
1 parent 2834c8c commit 27ae52c
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -120,6 +120,13 @@ public void addOptions(Options options) throws SAXException, WingException,
browseGlobal.addItem().addXref(contextPath + "/community-list", T_head_all_of_dspace );
*/

/* regulate the ordering */
options.addList("discovery");
options.addList("browse");
options.addList("account");
options.addList("context");
options.addList("administrative");

}

/**
Expand Down

0 comments on commit 27ae52c

Please sign in to comment.