Changeset f7d142f in Klonkt for src/views/partials/footer.ejs
- Timestamp:
- 06/28/2026 03:36:22 PM (2 months ago)
- Branches:
- main
- Children:
- 81bb9c5
- Parents:
- 127f87e
- File:
-
- 1 edited
-
src/views/partials/footer.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/footer.ejs
r127f87e rf7d142f 22 22 <% if (typeof langs !== 'undefined' && langs && langs.length > 1) { %> 23 23 <select class="footer-lang" aria-label="<%= t('nav.language') %>" 24 onchange="location.href='/lang/'+this.value+'?r='+encodeURIComponent(location.pathname+location.search)">24 data-lang-switch> 25 25 <% langs.forEach(function(l){ %><option value="<%= l.code %>"<%= l.active ? ' selected' : '' %>><%= l.name %></option><% }); %> 26 26 </select>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)