mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix path to print.css
git-svn-id: https://develop.svn.wordpress.org/trunk@103 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,7 +11,7 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result))
|
||||
@import url( layout2b.css );
|
||||
body { margin: 3px; }
|
||||
</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>
|
||||
<body>
|
||||
|
||||
@@ -12,7 +12,7 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result))
|
||||
@import url( layout2b.css );
|
||||
body { margin: 3px; }
|
||||
</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>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user