1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 14:09:14 +00:00

new config option: FEEDBACK_URL (2)

This commit is contained in:
Andrew Dolgov
2009-01-19 09:01:49 +01:00
parent 63771c48aa
commit 697ee54cb4

View File

@@ -116,7 +116,7 @@ window.onload = init;
<?php } ?>
<a href="prefs.php"><?php echo __('Preferences') ?></a>
<?php if (defined('FEEDBACK_URL')) { ?>
<?php if (defined('FEEDBACK_URL') && FEEDBACK_URL) { ?>
| <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
<?php echo __('Comments?') ?></a>
<?php } ?>