From: garvinhicking Date: Fri, 23 Jun 2006 08:25:41 +0000 (+0000) Subject: allow to use own FB image id X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9a6fb630521a888b1491d2389749e49cf30d2b86;p=s9y.git allow to use own FB image id --- diff --git a/include/plugin_internal.inc.php b/include/plugin_internal.inc.php index 78d6b42..03d6130 100644 --- a/include/plugin_internal.inc.php +++ b/include/plugin_internal.inc.php @@ -661,7 +661,7 @@ class serendipity_syndication_plugin extends serendipity_plugin { $propbag->add('description', SHOWS_RSS_BLAHBLAH); $propbag->add('stackable', true); $propbag->add('author', 'Serendipity Team'); - $propbag->add('version', '1.1'); + $propbag->add('version', '1.2'); $propbag->add('configuration', array( 'fullfeed', 'show_0.91', @@ -951,8 +951,6 @@ class serendipity_syndication_plugin extends serendipity_plugin { $img = $this->get_config('fb_img'); if (strlen($img) == 0) { $img = 'http://feeds.feedburner.com/~fc/'.$this->get_config('fb_id').'?bg=99CCFF&fg=444444&anim=0'; - } else { - $img = 'http://www.feedburner.com/fb/images/pub/'.$img; } ?>