1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)

This commit is contained in:
Tijn Kuyper
2012-12-19 10:58:28 +01:00
parent 054549ecde
commit 1bde493891
9 changed files with 29 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
<?php
define("LAN_PLUGIN_NEWSFEEDS_NAME", "Newsfeeds");
define("LAN_PLUGIN_NEWSFEEDS_DESCRIPTION", "This plugin will retrieve rss feeds from other websites and display them according to your preferences.");
?>