NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:internal-function-call [2010/08/11 09:17] Knut Heermann (flip-flop) |
english:technics:internal-function-call [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 148: | Line 148: | ||
| </code> | </code> | ||
| + | |||
| + | <note important> | ||
| + | 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] %%## | ||
| + | |||
| + | </note> | ||
| * **External scripts** are now started from the appropriate plugin directory. | * **External scripts** are now started from the appropriate plugin directory. | ||