Fix path to print.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dfb020e67f
commit
9e24b15e19
|
@ -11,7 +11,7 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result))
|
||||||
@import url( layout2b.css );
|
@import url( layout2b.css );
|
||||||
body { margin: 3px; }
|
body { margin: 3px; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="b2-include/print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -12,7 +12,7 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result))
|
||||||
@import url( layout2b.css );
|
@import url( layout2b.css );
|
||||||
body { margin: 3px; }
|
body { margin: 3px; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="b2-include/print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue