1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

FAQs language-file path clean-up.

This commit is contained in:
Cameron
2013-02-22 21:31:16 -08:00
parent 9ae2ac7827
commit 846dafa3ce
3 changed files with 16 additions and 14 deletions

View File

@@ -16,8 +16,10 @@
require_once ("../../class2.php");
include_lan(e_PLUGIN."faqs/languages/faq_lan_".e_LANGUAGE.".php");
include_lan(e_PLUGIN."faqs/languages/admin/faq_lan_".e_LANGUAGE.".php");
include_lan(e_PLUGIN."faqs/languages/".e_LANGUAGE."/".e_LANGUAGE."_front.php");
//include_lan(e_PLUGIN."faqs/languages/admin/faq_lan_".e_LANGUAGE.".php");
require_once (e_HANDLER."form_handler.php");