This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ampRedirection(ampVar) { | |
var cpath = window.location.pathname; //current path | |
var ampend = cpath.endsWith("/amp/"); | |
var rpath = cpath.substr(0, cpath.length - 4); //regular path(not amp) | |
var apath = cpath.concat('amp/'); //amp path | |
if (ampVar === true) { | |
// transfer between amp and non-amp | |
if (ampend === true) { | |
window.location = rpath; | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
function custom_toggle(custom_input) { | |
var x; | |
var y; | |
switch (custom_input) { | |
case 'custom-customer-care': | |
x = 'custom-customer-care-row'; | |
break; | |
case 'custom-overall-evaluation': | |
x = 'custom-overall-evaluation-row'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Search Bar One</title> | |
<!-- Required meta tags always come first --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<!-- Custom CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var d = new Date(); | |
var year = d.getFullYear(); | |
var month = d.getMonth(); | |
var day = d.getDate(); | |
var docPreStyle = document.getElementById("pre-registration").style; | |
var docDayStyle = document.getElementById("dayofevent").style; | |
if(year==2016){ | |
if(month<9){ | |
//document.getElementById("pre-registration").style.backgroundColor = "grey"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include "../wp-config.php"; | |
include "./includes/common.php"; | |
include 'Mail.php'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
/* | |
Theme Name: Stevens COA | |
Theme URI: http://michigan-ohio-movers.com | |
Author: Team Ottaway | |
Author URI: http://ottawaydigital.com | |
Description: Stevens Worldwide Van Lines Regional Website | |
Version: 1.0 | |
License: | |
License URI: |
NewerOlder