mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user