mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
8 lines
217 B
PHP
8 lines
217 B
PHP
<?php
|
|
|
|
|
|
return [
|
|
'LAN_PLUGIN_NEWSFEEDS_NAME' => "Newsfeeds",
|
|
'LAN_PLUGIN_NEWSFEEDS_DESCRIPTION' => "This plugin will retrieve rss feeds from other websites and display them according to your preferences.",
|
|
];
|