Use http:// or https:// in URLs based on URL of current page
This commit is contained in:
		| @@ -1,4 +1,7 @@ | ||||
| <?php include("../header_top.php"); ?> | ||||
| <?php | ||||
| include_once("../common.php"); | ||||
| include("../header_top.php"); | ||||
| ?> | ||||
| <title>Aaron Lindsay - Resume - aclindsay.com</title> | ||||
| <?php include("../header_bottom.php"); ?> | ||||
|  | ||||
| @@ -83,10 +86,10 @@ Virginia Polytechnic Institute and State University (Virginia Tech), Blacksburg, | ||||
| 	<div id="sidebar"> | ||||
| 		<h4>Other Formats</h4> | ||||
| 		<ul> | ||||
| 			<li><a href="http://aclindsay.com/resume/AaronLindsay-Resume.pdf">Resume (pdf)</a></li> | ||||
| 			<li><a href="http://aclindsay.com/resume/AaronLindsay-Resume.tex">Resume (LaTeX)</a></li> | ||||
| 			<li><a href="http://aclindsay.com/resume/AaronLindsay-Resume.txt">Resume (plain text)</a></li> | ||||
| 			<li style="margin-top: 1em;">Note: All contact information has been removed from the above - please <a href="http://aclindsay.com/contact">contact me via email</a>.</li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/resume/AaronLindsay-Resume.pdf">Resume (pdf)</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/resume/AaronLindsay-Resume.tex">Resume (LaTeX)</a></li> | ||||
| 			<li><a href="<?php echo $base_url; ?>/resume/AaronLindsay-Resume.txt">Resume (plain text)</a></li> | ||||
| 			<li style="margin-top: 1em;">Note: All contact information has been removed from the above - please <a href="<?php echo $base_url; ?>/contact">contact me via email</a>.</li> | ||||
| 		</ul> | ||||
| 	</div> | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user