prefs: add dt_add to main stylesheet reference to prevent cache-related errors (refs #208)
This commit is contained in:
parent
fbcabe1e3e
commit
352e19418d
|
@ -22,7 +22,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Tiny Tiny RSS : Preferences</title>
|
<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"];
|
<?php $user_theme = $_SESSION["theme"];
|
||||||
if ($user_theme) { ?>
|
if ($user_theme) { ?>
|
||||||
|
|
Loading…
Reference in New Issue