Use http:// or https:// in URLs based on URL of current page
This commit is contained in:
		| @@ -1,3 +1,4 @@ | ||||
| <?php include_once("common.php"); ?> | ||||
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||||
| <meta http-equiv="content-language" content="en-US" /> | ||||
| <meta name="owner" content="Aaron Lindsay and Elizabeth Pressman" /> | ||||
| @@ -6,13 +7,13 @@ | ||||
| <meta name="keywords" content="aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, elizabeth snow pressman, elizabeth pressman, elizabeth, snow, pressman, elizabeth snow lindsay, elizabeth lindsay" /> | ||||
| <meta name="description" content="Aaron Lindsay and Elizabeth Pressman's wedding website. Here you will find pictures, information about the cermony and reception, registry information, directions, and general information about Asheville." /> | ||||
|  | ||||
| <link rel="shortcut icon" href="http://wedding.aclindsay.com/favicon.ico" /> | ||||
| <link rel="stylesheet" href="http://aclindsay.com/wedding/stylesheet.css" type="text/css" media="screen" /> | ||||
| <link rel="shortcut icon" href="<?php echo $base_url; ?>/favicon.ico" /> | ||||
| <link rel="stylesheet" href="<?php echo $base_url; ?>/stylesheet.css" type="text/css" media="screen" /> | ||||
| </head> | ||||
| <body> | ||||
| 	<div id="content"> | ||||
| 	<div id="header"> | ||||
| 		<img src="http://wedding.aclindsay.com/img/ae_onrocks.png" /> | ||||
| 		<img src="<?php echo $base_url; ?>/img/ae_onrocks.png" /> | ||||
| 		<div id="header-inner"> | ||||
| 			<div id="header-aaron">Aaron Charles Lindsay</div> | ||||
| 			<div id="header-and">and</div> | ||||
| @@ -22,12 +23,12 @@ | ||||
| 	</div> | ||||
| 	<div id="nav"> | ||||
| 		<ul> | ||||
| 			<li><a href="http://wedding.aclindsay.com">Home</a></li> | ||||
| 			<li><a href="http://wedding.aclindsay.com/wedding_party">Wedding Party</a></li> | ||||
| 			<li><a href="http://wedding.aclindsay.com/ceremony">Ceremony and Reception</a></li> | ||||
| 			<li><a href="http://wedding.aclindsay.com/pictures">Pictures</a></li> | ||||
| 			<li><a href="http://wedding.aclindsay.com/asheville">Asheville</a></li> | ||||
| 			<li><a href="http://wedding.aclindsay.com/registry">Registry</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>">Home</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/wedding_party">Wedding Party</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/ceremony">Ceremony and Reception</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/pictures">Pictures</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/asheville">Asheville</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/registry">Registry</a></li> | ||||
| 		</ul> | ||||
| 	</div> | ||||
| 	<div id="main"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user