summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 9510d0df8..b4f8dc293 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -64,8 +64,8 @@
</div>
<div id="header">
- <img class="logo" src="<?php echo theme_image($link, 'images/logo.png') ?>"
- onclick="window.open('http://tt-rss.org')" title="Tiny Tiny RSS"/>
+ <!-- <img class="logo" src="<?php echo theme_image($link, 'images/logo.png') ?>"
+ onclick="window.open('http://tt-rss.org')" title="Tiny Tiny RSS"/> -->
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |