main/theme css: request specific versions

master
Andrew Dolgov 17 years ago
parent db499b67d9
commit 48d5f90a0b

@ -23,11 +23,11 @@
<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/"; } ?>

Loading…
Cancel
Save