1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-13 17:12:07 +02:00

Load comments lan in news.

This commit is contained in:
Cameron 2017-10-02 13:27:35 -07:00
parent 024cac1854
commit 23ef768666

View File

@ -47,6 +47,7 @@ class news_front
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_news.php'); // Temporary
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_comment.php'); // Temporary
$this->pref = e107::getPref();