summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 23:09:23 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 23:09:23 +0300
commit883fee8df09668f268fc95a724fa01e77f02fbd4 (patch)
treeb327f57f9ec48a14af3ce2bb298dd3c552e36db6 /tt-rss.php
parentef9cab2339d7bfc00bcb3215bdfc82ce88fa306e (diff)
neon updates; make more icons themeable; misc fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 9d4305fe1..0d3186d34 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -146,7 +146,8 @@
</div>
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
- width="13" height="13" src="images/new_version.png"
+ width="13" height="13"
+ src="<?php echo theme_image($link, 'images/new_version.png') ?>"
title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
alt="new_version_icon"/>