diff --git a/fp-content/images/.thumbs/atom-white.png b/fp-content/images/.thumbs/atom-white.png deleted file mode 100644 index 6f62f8b..0000000 Binary files a/fp-content/images/.thumbs/atom-white.png and /dev/null differ diff --git a/fp-content/images/.thumbs/atom.png b/fp-content/images/.thumbs/atom.png deleted file mode 100644 index c3ae8d4..0000000 Binary files a/fp-content/images/.thumbs/atom.png and /dev/null differ diff --git a/fp-content/images/.thumbs/rss-white.png b/fp-content/images/.thumbs/rss-white.png deleted file mode 100644 index 7e80d0e..0000000 Binary files a/fp-content/images/.thumbs/rss-white.png and /dev/null differ diff --git a/fp-content/images/.thumbs/rss.png b/fp-content/images/.thumbs/rss.png deleted file mode 100644 index 1094716..0000000 Binary files a/fp-content/images/.thumbs/rss.png and /dev/null differ diff --git a/fp-content/images/atom-white.png b/fp-content/images/atom-white.png deleted file mode 100644 index 2f3cc93..0000000 Binary files a/fp-content/images/atom-white.png and /dev/null differ diff --git a/fp-content/images/atom.png b/fp-content/images/atom.png deleted file mode 100644 index b435333..0000000 Binary files a/fp-content/images/atom.png and /dev/null differ diff --git a/fp-content/images/rss-white.png b/fp-content/images/rss-white.png deleted file mode 100644 index 9197c23..0000000 Binary files a/fp-content/images/rss-white.png and /dev/null differ diff --git a/fp-content/images/rss.png b/fp-content/images/rss.png deleted file mode 100644 index e20ff71..0000000 Binary files a/fp-content/images/rss.png and /dev/null differ diff --git a/fp-defaults/plugins.conf.php b/fp-defaults/plugins.conf.php index 7ca82af..f0fa0aa 100755 --- a/fp-defaults/plugins.conf.php +++ b/fp-defaults/plugins.conf.php @@ -27,7 +27,7 @@ $fp_plugins = array( 'commentcenter', // including Akismet interface 'mediamanager', 'datechanger', // Lets you change the publish date for (new) entries. - // 'feed', // Activates the RSS and Atom feed widget, deactivates the feed links in the header in the Leggero theme + 'feed', // Activates the RSS and Atom feed widget 'gallerycaptions', 'photoswipe' ); diff --git a/fp-defaults/widgets.conf.php b/fp-defaults/widgets.conf.php index f41a126..c889156 100755 --- a/fp-defaults/widgets.conf.php +++ b/fp-defaults/widgets.conf.php @@ -1,45 +1,36 @@ - array ( - // (no widgets) - ), +// to disable put // or # before the plugin name +// remove it to enable :) - // Left side widgets. Put here blocks which will appear - // on the left side - // (Theme dependant) +'top' => array ( + // (no widgets) +), - 'left' => - array ( - // (no widgets) - ), +// Left side widgets. Put here blocks which will appear +// on the left side +// (Theme dependant) +'left' => array ( + // (no widgets) +), - // Right side widgets - 'right' => - array ( - 'adminarea', - 'blockparser:menu', - 'categories', - 'archives', - //'calendar', // quite time consuming, not really recommended - 'lastentries', - // 'lastcomments', - 'searchbox', - ), - - 'bottom' => - array ( - // (no widgets) - ), +// Right side widgets +'right' => array ( + 'adminarea', + 'blockparser:menu', + 'categories', + 'archives', + //'calendar', // quite time consuming, not really recommended + 'lastentries', + // 'lastcomments', + 'searchbox', + 'feed' +), - +'bottom' => array ( + // (no widgets) +), ); - ?> diff --git a/fp-interface/themes/leggero/header.tpl b/fp-interface/themes/leggero/header.tpl index f84cb1a..569875d 100755 --- a/fp-interface/themes/leggero/header.tpl +++ b/fp-interface/themes/leggero/header.tpl @@ -11,10 +11,6 @@
diff --git a/fp-plugins/feed/img/License.md b/fp-plugins/feed/img/License.md new file mode 100644 index 0000000..a003c06 --- /dev/null +++ b/fp-plugins/feed/img/License.md @@ -0,0 +1,6 @@ +## Source: +https://www.kisscc0.com/clipart/atom-rss-logo-web-feed-computer-icons-rss-atom-but-n1kmz1/ + +## Image License: + ✔️ Free for personal and commercial use + ✔️ Attribution is not required. diff --git a/fp-plugins/feed/plugin.feed.php b/fp-plugins/feed/plugin.feed.php index c246463..05393ad 100644 --- a/fp-plugins/feed/plugin.feed.php +++ b/fp-plugins/feed/plugin.feed.php @@ -24,7 +24,7 @@ function plugin_feed_widget() { $lang = lang_load('plugin:feed'); $baseurl = BLOG_BASEURL; - $imgdir = IMAGES_DIR; + $imgdir = plugin_geturl('feed'); $widget ['subject'] = $lang ['plugin'] ['feed'] ['subject']; @@ -32,11 +32,11 @@ function plugin_feed_widget() { $atom = $lang ['plugin'] ['feed'] ['atom']; $widget ['content'] = ' - +