1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

FAQs added English language folder.

This commit is contained in:
Cameron
2013-02-22 20:47:39 -08:00
parent e7ac01d580
commit 5623852cc8
2 changed files with 14 additions and 1 deletions

View File

@@ -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
{