mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 19:15:19 +01:00
9 lines
323 B
PHP
9 lines
323 B
PHP
|
<?php
|
||
|
|
||
|
define("LAN_PLUGIN_CALENDAR_MENU_NAME", "Event Calendar");
|
||
|
define("LAN_PLUGIN_CALENDAR_MENU_CONFIG", "Configure Event Calendar");
|
||
|
define("LAN_PLUGIN_CALENDAR_MENU_DESCRIPTION", "This plugin is a fully featured event calendar with calendar menu.");
|
||
|
define("LAN_PLUGIN_CALENDAR_MENU_LINK", "Calendar");
|
||
|
|
||
|
|
||
|
?>
|