mirror of
https://github.com/e107inc/e107.git
synced 2025-02-19 14:04:44 +01:00
7 lines
182 B
PHP
7 lines
182 B
PHP
<?php
|
|
|
|
define("LAN_PLUGIN_LINKWORDS_NAME", "Linkwords");
|
|
define("LAN_PLUGIN_LINKWORDS_DESCRIPTION", "This plugin will link specified words with a defined link and/or tooltip.");
|
|
|
|
?>
|