mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
prefs: add dt_add to main stylesheet reference to prevent cache-related errors (refs #208)
This commit is contained in:
@@ -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) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user