1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Closes #2313 #2314 - Updated 'user' plugin LAN

This commit is contained in:
Tijn Kuyper
2017-01-23 17:04:26 +01:00
parent 4255806a96
commit f7bef19f1d
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
<?php
/*
* e107 website system
*
* Copyright (C) 2008-2017 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_USER_NAME", "User");
define("LAN_PLUGIN_USER_DESC", "User Theme and Language Menus");
?>