From 3e6349a5c4ac5779c89da205a57af4e3185f7ffc Mon Sep 17 00:00:00 2001 From: Jimako Date: Sat, 17 Jun 2023 22:21:14 +0200 Subject: [PATCH] fix for feed logo image --- e107_plugins/rss_menu/rss.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_plugins/rss_menu/rss.php b/e107_plugins/rss_menu/rss.php index 007fcbb67c..3baa938830 100644 --- a/e107_plugins/rss_menu/rss.php +++ b/e107_plugins/rss_menu/rss.php @@ -502,10 +502,12 @@ function buildRss($rss_title) if (trim(SITEBUTTON)) { + $path = e107::getConfig()->get('sitebutton'); + $imgPath = e107::getParser()->thumbUrl($path, array(), false, true); echo " ".$tp->toRss($rss_title)." - ".(strpos(SITEBUTTON, "http:") !== false ? SITEBUTTON : SITEURL.str_replace("../", "",SITEBUTTON))." + " . $imgPath . " ".$pref['siteurl']." 88 31