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:
parent
7d43ed597b
commit
999119b5ba
@ -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">* </span>');
|
||||
|
12
e107_languages/English/lan_form_handler.php
Normal file
12
e107_languages/English/lan_form_handler.php
Normal 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", "");
|
Loading…
x
Reference in New Issue
Block a user