1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Form-handler language file created. #2249

This commit is contained in:
Cameron 2017-01-07 10:29:14 -08:00
parent 7d43ed597b
commit 999119b5ba
2 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class e_form
function __construct($enable_tabindex = false)
{
require_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_form_handler.php");
$this->_tabindex_enabled = $enable_tabindex;
$this->_uc = e107::getUserClass();
$this->setRequiredString('<span class="required">*&nbsp;</span>');

View File

@ -0,0 +1,12 @@
<?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_EFORM_001", "");