]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
send Last-Modified header with the local image
[tt-rss.git] / index.php
index 7b4e64136e4987baa4aa36d4138b25cc78a798f5..7c823027351ec0747c73cdfa267233b94a87e0b5 100644 (file)
--- a/index.php
+++ b/index.php
        <?php echo stylesheet_tag("tt-rss.css"); ?>
        <?php echo stylesheet_tag("cdm.css"); ?>
 
+       <?php if ($_SESSION["uid"]) {
+               $theme = get_pref($link, "USER_CSS_THEME", $_SESSION["uid"], false);
+               if ($theme) {
+                       echo stylesheet_tag("themes/$theme");
+               }
+       }
+       ?>
+
        <?php print_user_stylesheet($link) ?>
 
        <style type="text/css">