]> git.wh0rd.org - tt-rss.git/commitdiff
fall back to the old wide logo; remove main logo
authorAndrew Dolgov <fox@fakecake.org>
Tue, 28 Dec 2010 16:38:45 +0000 (19:38 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Tue, 28 Dec 2010 16:38:45 +0000 (19:38 +0300)
images/logo_wide.png
tt-rss.php

index 8ca691f89f48770776bd346e5598d9ae69119e89..b2c59d176bb44248857a27a8c5d1c6ee620786ed 100644 (file)
Binary files a/images/logo_wide.png and b/images/logo_wide.png differ
index 9510d0df8293ce368706aa641d61467c4fe4b2ca..b4f8dc293211865f6895f57b29ec577181ba87fe 100644 (file)
@@ -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> |