OSDN Git Service

BugTrack/2367 Rename tdiary.css.php to tdiary.css
authorumorigu <umorigu@gmail.com>
Sun, 23 Oct 2016 17:39:22 +0000 (02:39 +0900)
committerumorigu <umorigu@gmail.com>
Sun, 23 Oct 2016 17:39:22 +0000 (02:39 +0900)
Now CSS files have no PHP/Dynamic logic.

skin/tdiary.css [moved from skin/tdiary.css.php with 100% similarity]
skin/tdiary.skin.php

similarity index 100%
rename from skin/tdiary.css.php
rename to skin/tdiary.css
index 98754dc..2389471 100644 (file)
@@ -575,7 +575,7 @@ if (isset($pkwk_dtd)) {
  <link rel="SHORTCUT ICON" href="<?php echo $image['favicon'] ?>" />
  <link rel="stylesheet" type="text/css" media="all" href="<?php echo SKIN_DIR ?>theme/base.css" />
  <link rel="stylesheet" type="text/css" media="all" href="<?php echo SKIN_DIR ?>theme/<?php echo $theme ?>/<?php echo $theme ?>.css" />
- <link rel="stylesheet" type="text/css" href="<?php echo SKIN_DIR ?>tdiary.css.php?color=<?php echo $css_theme ?>" />
+ <link rel="stylesheet" type="text/css" href="<?php echo SKIN_DIR ?>tdiary.css" />
 <?php if ($css_theme === 'black') { ?> <link rel="stylesheet" type="text/css" href="<?php echo SKIN_DIR ?>tdiary_black.css" /><?php } ?>
  <link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $link['rss'] ?>" /><?php // RSS auto-discovery ?>