mirror of
https://github.com/e107inc/e107.git
synced 2025-10-09 12:06:29 +02:00
14 lines
345 B
PHP
14 lines
345 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2016 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*/
|
|
|
|
define("LAN_PLUGIN_BANNER_NAME", "Banners");
|
|
define("LAN_PLUGIN_BANNER_DESCRIPTION", "Add advertising banners to your e107 website");
|
|
|