cotonti.com : sed_build_lang https://www.cotonti.com Останні повідомлення в темі Cotonti en Tue, 28 Jul 2026 03:28:03 -0000 Trustmaster sed_langfile similar to sed_skinfile which we already have.]]> Сб, 27 Гру 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');
}
}
]]>
Сб, 27 Гру 2008 03:32:25 -0000