Ticket #1126: header.php.diff
File header.php.diff, 850 bytes (added by , 19 years ago) |
---|
-
header.php
8 8 9 9 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> 10 10 11 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen " />11 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" /> 12 12 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> 13 13 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 14 14 15 <style type="text/css" media="screen ">15 <style type="text/css" media="screen, projection"> 16 16 17 17 <?php 18 18 // Checks to see whether it needs a sidebar or not