mirror of
https://github.com/e107inc/e107.git
synced 2025-02-12 10:40:20 +01:00
6 lines
167 B
PHP
6 lines
167 B
PHP
<?php
|
|
|
|
define("LAN_PLUGIN_POLL_NAME", "Poll");
|
|
define("LAN_PLUGIN_POLL_DESCRIPTION", "The poll plugin allows you to define polls in either a menu or forum post.");
|
|
|
|
?>
|