mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -1669,7 +1669,7 @@ class e_menuManager
|
||||
}
|
||||
elseif(strpos($str, "LANGUAGELINKS") !== false)
|
||||
{
|
||||
echo "<div class=text style='padding: 2px; text-align: center'>[".LAN_LANGUAGE."]</div>";
|
||||
echo "<div class=text style='padding: 2px; text-align: center'>[".defset('ADLAN_132', "Language")."]</div>";
|
||||
}
|
||||
elseif(strpos($str, "CUSTOM") !== false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user