修訂 | 3dd9622b368ff1ae29f6707c92de2bd14cdd4165 (tree) |
---|---|
時間 | 2016-10-23 22:12:47 |
作者 | umorigu <umorigu@gmai...> |
Commiter | umorigu |
BugTrack/2367 Rename pukiwiki.css.php to pukiwiki.css, a static file
@@ -73,7 +73,7 @@ if (isset($pkwk_dtd)) { | ||
73 | 73 | <title><?php echo $title ?> - <?php echo $page_title ?></title> |
74 | 74 | |
75 | 75 | <link rel="SHORTCUT ICON" href="<?php echo $image['favicon'] ?>" /> |
76 | - <link rel="stylesheet" type="text/css" href="<?php echo SKIN_DIR ?>pukiwiki.css.php" /> | |
76 | + <link rel="stylesheet" type="text/css" href="<?php echo SKIN_DIR ?>pukiwiki.css" /> | |
77 | 77 | <link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $link['rss'] ?>" /><?php // RSS auto-discovery ?> |
78 | 78 | |
79 | 79 | <?php echo $head_tag ?> |