summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index c20918c4e..fee534a83 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -109,6 +109,11 @@ window.onload = init;
<?php } ?>
<a href="prefs.php"><?php echo __('Preferences') ?></a>
+ <?php if (defined('FEEDBACK_URL')) ?>
+ | <a 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 } ?>