prefs: add dt_add to main stylesheet reference to prevent cache-related errors (refs #208)

This commit is contained in:
Andrew Dolgov 2008-05-22 16:25:43 +01:00
parent fbcabe1e3e
commit 352e19418d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<html>
<head>
<title>Tiny Tiny RSS : Preferences</title>
<link rel="stylesheet" href="tt-rss.css" type="text/css">
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
<?php $user_theme = $_SESSION["theme"];
if ($user_theme) { ?>