mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
8 lines
181 B
PHP
8 lines
181 B
PHP
<?php
|
|
|
|
|
|
return [
|
|
'LAN_PLUGIN_NEWSLETTER_NAME' => "Newsletter",
|
|
'LAN_PLUGIN_NEWSLETTER_DESCRIPTION' => "Provides a quick and easy way to configure and send newsletters.",
|
|
];
|