mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
FAQs added English language folder.
This commit is contained in:
parent
e7ac01d580
commit
5623852cc8
12
e107_plugins/faqs/languages/English/English_admin.php
Normal file
12
e107_plugins/faqs/languages/English/English_admin.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) e107 Inc 2008-2013 - e107.org,
|
||||
* Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* 'FAQ plugin' admin-area language definitions
|
||||
*/
|
||||
//TODO
|
||||
|
||||
|
||||
|
||||
?>
|
@ -18,7 +18,8 @@ if (!getperms("P") || !plugInstalled('featurebox'))
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::includeLan(e_PLUGIN.'featurebox/languages/'.e_LANGUAGE.'_admin_featurebox.php');
|
||||
// e107::includeLan(e_PLUGIN.'featurebox/languages/'.e_LANGUAGE.'_admin_featurebox.php');
|
||||
// e107::lan('plugin','featurebox',true);
|
||||
|
||||
class fb_admin extends e_admin_dispatcher
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user