summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-28 19:38:45 +0300
committerAndrew Dolgov <[email protected]>2010-12-28 19:38:45 +0300
commitf2cde13c2e513ba55dbfe165194c4d95b04670cc (patch)
tree9cc37a4cb5629e50b900733e8f57055b3e4b3acb
parentcb2c7faab057394a9ce8db6ea15e1bce9980bf4f (diff)
fall back to the old wide logo; remove main logo
-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> |