Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2717

phpBB Custom Coding • Re: A11y for breadcrumbs: get last .crumb

$
0
0
Why don't you use the already present variable to add the attribute to the current page you are on?

Code:

<!-- ELSEIF pagination.S_IS_CURRENT --><li class="active"><span {% if pagination.S_IS_CURRENT %} aria-current="page"{% endif %}>{pagination.PAGE_NUMBER}</span></li>
But your code should work already since it's in the elseif block where current page variable is present.

Statistics: Posted by Anișor — Sun Apr 13, 2025 6:03 am



Viewing all articles
Browse latest Browse all 2717

Trending Articles