mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
7 lines
212 B
PHP
7 lines
212 B
PHP
|
<?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.");
|
||
|
|
||
|
?>
|