cotonti.com : sed_build_lang https://www.cotonti.com Laatste forum onderwerpen Cotonti en Thu, 11 Jun 2026 18:21:11 -0000 Trustmaster sed_langfile similar to sed_skinfile which we already have.]]> Za, 27 Dec 2008 03:47:19 -0000 esclkm I think that must exist function, which help us to include in module lang file in one string.Smth like this:
function sed_build_lang($plugin)
{
if (@file_exists($cfg['plugins_dir'].'/'.$plugin.'/lang/'.$plugin.'.'.$usr['lang'].'.lang.php'))
{
	require_once($cfg['plugins_dir'].'/'.$plugin.'/lang/'.$plugin.'.'.$usr['lang'].'.lang.php');
}
else
{
	require_once($cfg['plugins_dir'].'/'.$plugin.'/lang/'$plugin'.en.lang.php');
}
}
]]>
Za, 27 Dec 2008 03:32:25 -0000