1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +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");
?>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="User" version="1.0" date="2014-01-01" compatibility="2.0" installRequired="false" >
<e107Plugin name="User" lan="LAN_PLUGIN_USER_NAME" version="1.0" date="2014-01-01" compatibility="2.0" installRequired="false" >
<author name="e107 Inc." url="http://e107.org" />
<description>User Theme and Language Menus</description>
<description lan="LAN_PLUGIN_USER_DESC">Theme and Language Menus</description>
<category>user</category>
</e107Plugin>