]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
update_daemon2: enable stampfiles
[tt-rss.git] / tt-rss.php
index c20918c4eaa3d7a71e45d75b936d1b08e8a40a9d..163686d702e3bc5f25c1815f5d8fae48c8882f08 100644 (file)
 <head>
        <title>Tiny Tiny RSS</title>
 
-       <link rel="stylesheet" type="text/css" href="tt-rss.css">
+       <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>">
 
        <?php   $user_theme = $_SESSION["theme"];
                if ($user_theme) { ?>
-               <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css">
+                       <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css?<?php echo $dt_add ?>">
        <?php } ?>
 
        <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
@@ -109,6 +109,11 @@ window.onload = init;
        <?php } ?>
        <a href="prefs.php"><?php echo __('Preferences') ?></a>
 
+       <?php if (defined('FEEDBACK_URL')) { ?>
+               | <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
+                               <?php echo __('Comments?') ?></a>
+       <?php } ?>
+
        <?php if (!SINGLE_USER_MODE) { ?>
                        | <a href="logout.php"><?php echo __('Logout') ?></a>
        <?php } ?>
@@ -156,7 +161,7 @@ window.onload = init;
                <?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
 
                <?php echo __('Search:') ?>
-               <input name="query"
+               <input name="query" type="search"
                        onKeyPress="return filterCR(event, viewCurrentFeed)"
                        onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">