summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-14 17:48:26 +0400
committerAndrew Dolgov <[email protected]>2011-04-14 17:48:26 +0400
commit133ab8c713b28e41c2628f02f176ef8b5a0b524d (patch)
tree9cb4be8e0d00537f5c08da00f9726eb7bbe5fb09 /opml.php
parent9fc34a36f1d94375b3216c7e6203a7b948d0402d (diff)
replace references to ttrss-logo.png with logo.png
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 668564976..40ea2637a 100644
--- a/opml.php
+++ b/opml.php
@@ -158,7 +158,7 @@
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
</head>
<body>
- <div class=\"floatingLogo\"><img src=\"images/ttrss_logo.png\"></div>
+ <div class=\"floatingLogo\"><img src=\"images/logo.png\"></div>
<h1>".__('OPML Utility')."</h1>";
db_query($link, "BEGIN");