http://www.icyphoenix.com/viewtopic.php?f=5&t=5650&p=44821#p44821
-----------------------------------
TheSteffen
Wed 07 Oct, 2009 10:25

Re: New Vars In lang_bbcb_mg.php
-----------------------------------
Yes, but not this part of the file ;-)

[quote user="Mighty Gorgon" post="37836"][codeblock]// Please do not remove this!!!
foreach ($js_lang as $k => $v)
{
	$lang[$k] = $v;
}

$javascript_lang_vars = '';
foreach ($js_lang as $k => $v)
{
	$javascript_lang_vars .= 'var ' . $k . ' = \'' . str_replace("'", "\'", $v) . '\';' . "\n";
}

$lang['JAVASCRIPT_LANG_VARS'] = $javascript_lang_vars;
unset($js_lang);
// JavaScript Text - END[/codeblock]
[/quote]


