]> git.wh0rd.org Git - tt-rss.git/commitdiff
main/theme css: request specific versions
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Nov 2007 12:21:50 +0000 (13:21 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 19 Nov 2007 12:21:50 +0000 (13:21 +0100)
tt-rss.php

index f587e31acc61535d60e7e5ae9bf52aa08b012d08..33b56ce9b488da1c77d255f4c805fd1f5be9d4be 100644 (file)
 <head>
        <title>Tiny Tiny RSS</title>
 
-       <link rel="stylesheet" type="text/css" href="tt-rss.css">
+       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
 
        <?php   $user_theme = $_SESSION["theme"];
                if ($user_theme) { ?>
-               <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css">
+                       <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css?<?php echo $dt_add ?>">
        <?php } ?>
 
        <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>