1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 07:41:32 +00:00

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

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) { ?>