adminSkipNav.ftl

 1   <#-- SkipNav -->
 2   <#-- Params
 3       - title   : Title shown over the banner
 4       - logoImg : Default: Empty string, show logo instead of text title, title is set as title html attribute for the logo image.
 5       - hasMenu : Default: true; 
 6       Nested content : Shows default page menu, but can other item can be add using @mainNavItem macro.
 7   -->
 8   <#macro adminSkipNav>
 9   <a href="jsp/admin/AdminMenu.jsp#lutece-main" class="lutece-skip-links">#i18n{portal.util.labelSkipNav}</a></li>
 10   </#macro>