]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
debug window look tweaks
[tt-rss.git] / prefs.php
index aad7691d280bae3ad404873c2d8d737303239f69..68bc6eb9202e6be27d11a4521e64883744e6a240 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -27,6 +27,8 @@
                <link rel="stylesheet" type="text/css" href="themes/<?= $user_theme ?>/theme.css">
        <? } ?>
 
+       <? if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
+       
        <? $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
        <? if ($user_css_url) { ?>
                <link type="text/css" href="<?= $user_css_url ?>"/> 
@@ -90,7 +92,7 @@ window.onload = init;
        <td colspan="2">
                <table cellspacing="0" cellpadding="0" width="100%"><tr>
                        <td rowspan="2" class="header" valign="middle"> 
-                               <img src="images/ttrss_logo.png" alt="logo">    
+                               <img src="<?= $theme_image_path ?>images/ttrss_logo.png" alt="logo">    
                        </td>
                        <td valign="top" class="notifyBox">
                                <div id="notify"><span id="notify_body">&nbsp;</span></div>