Skip to content

Commit

Permalink
Updates to 'Base', updated header to include print.css and removed a …
Browse files Browse the repository at this point in the history
…call the a js file that's not there
  • Loading branch information
Adam Stacoviak committed Dec 10, 2009
1 parent 40ae1aa commit 0b88090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion templates/base/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

function my_head() { ?>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="<?php bloginfo("template_url") ?>/javascript/jquery.livequery.js" type="text/javascript"></script>
<script src="<?php bloginfo("template_url") ?>/javascript/site.js" type="text/javascript"></script>
<?php }
add_action('wp_head', 'my_head');
Expand Down
1 change: 1 addition & 0 deletions templates/base/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('-', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/print.css" type="text/css" media="print" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
Expand Down

0 comments on commit 0b88090

Please sign in to comment.