A Problem has been Encountered
Smarty error: [in carma:header line 10]: syntax error: unrecognized tag: // Your join URL
var BASE_JOIN_URL = "https://signup.thisisglamour.com/signup/signup.php?step=signup&nats=MC4wLjEuMS4wLjAuMC4wLjA";
// Don't run on obvious non-tour areas (avoid loops)
var pathOnly = (window.location.pathname || "").toLowerCase();
if (pathOnly.indexOf("signup.php") !== -1 || pathOnly.indexOf("/members") === 0 || pathOnly.indexOf("/join") === 0) return;
// Count unique tour pages using pathname + querystring (so section pages count properly)
var pageId = (window.location.pathname || "") + (window.location.search || "");
var MAX_PAGES = 1; // only 1 page allowed
var seenKey = "tour_seen_pages_v1";
// Helper: read query param (to preserve tracking if your tour URLs also have nats=...)
function getParam(name) {
try {
return new URLSearchParams(window.location.search).get(name); (Smarty_Compiler.class.php, line 446)
/home/web1/carma.grizzlyempire.com/carma/smarty-2.6.28/libs/Smarty.class.php:1094