[builderDetails commonDetails] modelClass = "Webmors\Webconfig\Models\Common" identifierValue = 1 modelKeyColumn = "id" displayColumn = "id" notFoundMessage = "Record not found" [seo] disable_schema = 0 [emptyForm newsletterForm] group = "newsletter" messages_success = "Your form was successfully submitted" messages_errors = "There were errors with your submission" mail_enabled = 1 mail_subject = "Caribbeantravelandtours Newsletter Subscription" mail_recipients[] = "marketing@caribbeantravelandtours.com" inline_errors = "disabled" sanitize_data = "disabled" anonymize_ip = "disabled" recaptcha_enabled = 1 recaptcha_theme = "light" recaptcha_type = "image" recaptcha_size = "normal" emails_date_format = "Y-m-d" [NezasaAPIHelper] == page["baseFileName"] == "welcome-caribbean-travels-and-tours") { $this["homepage"] = 1; } if ($this["backendLoggedIn"]) { $editMode = Input::get('editMode'); $checkEdit = Session::get('editMode'); $this["editMode"] = 0; if ($checkEdit) { if ($editMode == "disableEdit") { Session::put('editMode', 0); header("Refresh:0"); } else { $this["editMode"] = 1; } } else { if ($editMode == "enableEdit") { Session::put('editMode', 1); header("Refresh:0"); $this["editMode"] = 1; } } } } ?> == {% set commonDetail = commonDetails.record %}
{% partial 'main-site/head' seo=seo %}