NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:internal-function-call [2011/02/02 12:52] Knut Heermann (flip-flop) |
english:technics:internal-function-call [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 150: | Line 150: | ||
| <note important> | <note important> | ||
| - | Since version r410 the call of external scripts like ##%%<!-- JS: http://XYZ.js -->%%## for security is no longer possible. \\ | + | Since version r410 the call of external scripts like \\ ##%%<!-- JS: http://XYZ.js -->%%## for security is no longer possible. \\ |
| \\ | \\ | ||
| - | Alternatively, this method can be selected:\\ ##%%[PHP]$GLOBALS['block']['custom_htmlhead'][XYZ] = getJavaScriptSourceLink(html_specialchars('http://XYZ.js'));[/PHP] %%## | + | Alternatively, this method can be selected:\\ ##%%[PHP]$GLOBALS['block']['custom_htmlhead']['XYZ'] = getJavaScriptSourceLink(html_specialchars('http://XYZ.js'));[/PHP] %%## |
| </note> | </note> | ||