summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/logo_wide.pngbin9052 -> 7391 bytes
-rw-r--r--tt-rss.php4
2 files changed, 2 insertions, 2 deletions
diff --git a/images/logo_wide.png b/images/logo_wide.png
index 8ca691f89..b2c59d176 100644
--- a/images/logo_wide.png
+++ b/images/logo_wide.png
Binary files differ
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> |