summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 19:02:45 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 19:02:45 +0300
commite982360967a7fccb6dd7f52bdee90588846e8cd5 (patch)
tree9ffbdca21358ecbd4ac57de9436f542537ac1ad0 /prefs.php
parent48cdacecb5c448bc64d9a231de34eb118a34d4f2 (diff)
do not require themed images to be overridden
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 9d2d0a846..7d1ff3379 100644
--- a/prefs.php
+++ b/prefs.php
@@ -94,7 +94,7 @@
| <a href="logout.php"><?php echo __('Logout') ?></a>
<?php } ?>
</div>
- <img src="<?php echo $user_theme ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
+ <img src="<?php echo theme_image($link, 'images/ttrss_logo.png') ?>" alt="Tiny Tiny RSS"/>
</div>
<div id="prefTabs">