[DS-603] Including a most used item list on the home page

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5458 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Ben Bosman
2010-10-19 09:33:35 +00:00
parent 45d6e7dee4
commit 4dc36b91af
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public class Navigation extends AbstractDSpaceTransformer implements CacheablePr
// This Navigation is only called either on a DSO related page, or the homepage
// If on the home page: add statistics link for the home page
statistics.setHead(T_statistics_head);
statistics.addItemXref(contextPath + "/statistics", T_statistics_view);
statistics.addItemXref(contextPath + "/statistics-home", T_statistics_view);
}

View File

@@ -40,7 +40,7 @@
</map:match>
<!--Home page statistics-->
<map:match pattern="statistics">
<map:match pattern="statistics-home">
<map:match type="StatisticsAuthorizedMatcher" pattern="READ">
<map:transform type="StatisticsTransformer"/>
</map:match>