cyberstammtisch-silverstripe/themes/starter/templates/Includes/SkipLinks.ss
2021-10-20 13:45:30 +02:00

6 lines
234 B
Scheme

<div class="skip-links">
<a href="#main"><%t CWP.Skip.Main "Skip to main content" %></a>
<% if Menu(2) %>
<a href="#pageNav"><%t CWP.Skip.PageNav "Skip to navigation within this section" %></a>
<% end_if %>
</div>