summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 11:52:17 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 11:52:17 +0400
commit0ae2bb2a69c3691c2301fc66b46624447d0c8d32 (patch)
tree88b817433222ef5749cba5890c35219374f008ab /opml.php
parent2376ad492574e1ac422efc7e91930667872863d6 (diff)
db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo
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 40ea2637a..2e1eb84c6 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/logo.png\"></div>
+ <div class=\"floatingLogo\"><img src=\"images/logo_wide.png\"></div>
<h1>".__('OPML Utility')."</h1>";
db_query($link, "BEGIN");