Index: src/views/partials/view-switcher.ejs
===================================================================
--- src/views/partials/view-switcher.ejs	(revision 03fa5481c4f9961f422ed9a06824e8944fb868bf)
+++ src/views/partials/view-switcher.ejs	(revision a8b4f10c0a990c56c7d7d68d8488d9406448df7e)
@@ -23,5 +23,5 @@
     </div>
     <% } %>
-    <% if (typeof tenancy !== 'undefined' && tenancy === 'circle') {
+    <% if (typeof hasCirkel !== 'undefined' && hasCirkel) {
          var _onCirkel = (typeof bodyClass === 'string' && bodyClass.indexOf('on-cirkel') >= 0);
          var _sb = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
