mirror of
https://github.com/e107inc/e107.git
synced 2025-09-09 05:40:44 +02:00
Code cleanup: deprecated include_lan()
This commit is contained in:
@@ -40,8 +40,8 @@ class news_front
|
||||
{
|
||||
global $NEWSHEADER;
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_news.php'); // Temporary
|
||||
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
|
||||
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_news.php'); // Temporary
|
||||
|
||||
$this->pref = e107::getPref();
|
||||
|
||||
|
Reference in New Issue
Block a user