1
0

Use functions (not global variables) for protocol and base_url

This commit is contained in:
2014-01-24 22:44:19 -05:00
parent 98e62cf748
commit 0bcbf328da
24 changed files with 55 additions and 53 deletions

View File

@ -8,8 +8,8 @@
<meta name="keywords" content="aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, linux, kernel, programming, technology, git, python, c, ARM, assembly, go, resume, computer science, cs, lutheran, eagle scout" />
<meta name="description" content="The personal website of Aaron Lindsay. Contains his personal blog, contact information, resume, calendar, and other miscellaneous things related to his web presence." />
<link rel="shortcut icon" href="<?php echo $base_url; ?>/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<?php echo $base_url; ?>/css/stylesheet.css" media="all" />
<link rel="shortcut icon" href="<?php echo get_base_url(); ?>/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<?php echo get_base_url(); ?>/css/stylesheet.css" media="all" />
<meta name="google-site-verification" content="qMjHgibWhOFUqaXZLyo0U3dfLcYiFuXIc-DzIKYBLi4" />
@ -17,7 +17,7 @@
<body>
<div id="header">
<div id="header-inner">
<div id="title"><a href="<?php echo $base_url; ?>">aclindsay<span id="title-inner">.com</span></a></div>
<div id="title"><a href="<?php echo get_base_url(); ?>">aclindsay<span id="title-inner">.com</span></a></div>
<?php include("tabs.php"); ?>
</div>
</div>