Changeset 84325b8 in Klonkt
- Timestamp:
- 06/19/2026 06:55:07 AM (3 months ago)
- Branches:
- main
- Children:
- 0beafed
- Parents:
- 8d32dcf
- File:
-
- 1 edited
-
src/views/partials/chrome.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/chrome.ejs
r8d32dcf r84325b8 19 19 var hubLanding = (typeof bodyClass === 'string' && bodyClass.indexOf('on-hub') >= 0) 20 20 || ((typeof tenancy !== 'undefined' && tenancy === 'hub') && !siteUrlBase && !_isAdmin); 21 var _headerless = hubLanding || _isChat; 21 // Zelfstandige premium-feature-pagina's hebben hun eigen kop → geen profielkop/ 22 // switcher, wél de topnav (Robin 2026-06-18: "bovenste weg, behoud de nav"). 23 var _featurePage = typeof bodyClass === 'string' && 24 ['on-epk', 'on-download', 'on-linkbio', 'on-shows', 'on-newsletter'].some(function (c) { return bodyClass.indexOf(c) >= 0; }); 25 var _headerless = hubLanding || _isChat || _featurePage; 22 26 %> 23 27 <div id="pcms-chrome"<% if (typeof oob !== 'undefined' && oob) { %> hx-swap-oob="true"<% } %>>
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)