mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 03:54:39 +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.");
|
||
|
|
||
|
?>
|