Created
August 27, 2009 22:28
-
-
Save sheldonh/176630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/reset-fonts-grids.css" type="text/css" media="screen" /> | |
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> | |
gives me: | |
<link rel="stylesheet" href="http://www.lensflairphotography.co.za/wordpress/wp-content/themes/default/reset-fonts-grids.css" type="text/css" media="screen" /> | |
<link rel="stylesheet" href="http://www.lensflairphotography.co.za/wordpress/wp-content/themes/lensflair/style.css" type="text/css" media="screen" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment