More work on IDAA and LCI style and themes.
This commit is contained in:
@@ -336,6 +336,14 @@ if ($ae_loc?.site_access_key || $ae_loc?.site_domain_access_key) {
|
||||
$ae_loc.allow_access = true;
|
||||
}
|
||||
|
||||
|
||||
if ($ae_loc?.site_cfg_json?.theme) {
|
||||
$ae_loc.theme_name = $ae_loc.site_cfg_json.theme;
|
||||
}
|
||||
if ($ae_loc?.site_cfg_json?.theme_mode) {
|
||||
$ae_loc.theme_mode = $ae_loc.site_cfg_json.theme_mode;
|
||||
}
|
||||
|
||||
// BEGIN: iframe Check:
|
||||
|
||||
// END: iframe Check:
|
||||
|
||||
Reference in New Issue
Block a user