Skip to content

Commit

Permalink
typekit
Browse files Browse the repository at this point in the history
  • Loading branch information
wlrs committed Nov 26, 2011
1 parent 49d0d94 commit 2075203
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hoistup.com/footer.php
Expand Up @@ -11,9 +11,6 @@
<script>prettyPrint();</script>

<? if($_SERVER['SERVER_NAME'] == 'hoistup.com'){ ?>
<script type="text/javascript" src="http://use.typekit.com/qvc8urq.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down
9 changes: 9 additions & 0 deletions hoistup.com/header.php
Expand Up @@ -9,6 +9,11 @@

<title><?=$page['title']?><? if($page['url'] != '/') echo " | Hoist" ?></title>

<? if($_SERVER['SERVER_NAME'] == 'hoistup.com'){ ?>
<script type="text/javascript" src="http://use.typekit.com/qvc8urq.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<? } ?>

<link href="/style.css" rel="stylesheet">

<!--[if lt IE 9]>
Expand All @@ -31,9 +36,13 @@
</div>

<? /*
//you would normally do something like this for page headlines:
<div id="page_title">
<h2><?=$page['headline']?></h2>
</div>
*/
?>

Expand Down

0 comments on commit 2075203

Please sign in to comment.