diff --git a/prefs.php b/prefs.php
index aad7691d2..68bc6eb92 100644
--- a/prefs.php
+++ b/prefs.php
@@ -27,6 +27,8 @@
} ?>
+ if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
+
$user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
if ($user_css_url) { ?>
@@ -90,7 +92,7 @@ window.onload = init;
diff --git a/themes/compat/images/ttrss_logo.png b/themes/compat/images/ttrss_logo.png
new file mode 100644
index 000000000..02e566d61
Binary files /dev/null and b/themes/compat/images/ttrss_logo.png differ
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index 6f6586a4f..d996c4457 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -14,10 +14,11 @@ table.main td.headerBox {
background-repeat : repeat-x;
}
+/*
table.main td.header {
padding : 10px 10px 10px 30px;
height : 70px;
-}
+} */
table.main td.mainToolbar {
border-width : 0px 0px 0px 0px;
diff --git a/tt-rss.php b/tt-rss.php
index 2bfd505de..afc8c14ec 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -28,6 +28,8 @@
} ?>
+ if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
+
$user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
if ($user_css_url) { ?>
@@ -93,7 +95,7 @@ window.onload = init;
|
|
|