NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:technik:einbinden-php-datei-variablen [2009/04/25 08:05] 127.0.0.1 external edit |
deutsch:technik:einbinden-php-datei-variablen [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109397#p109397]] | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109397#p109397]] | ||
| - | Ein neues Script in template/inc_script/frontend_render anlegen, z.B. frontpageslideshow.php | + | Ein neues Script in **template/inc_script/frontend_render** anlegen, z.B. **frontpageslideshow.php** |
| <code php |h Beispiel |h > | <code php |h Beispiel |h > | ||
| Line 51: | Line 51: | ||
| </code> | </code> | ||
| - | Der fpss Ordner kommt in das normale phpwcms Root. | + | Der **fpss** Ordner kommt in das normale **phpwcms Root**. |
| + | |||
| + | <note important> | ||
| + | Ab der v1.4.4_r381 kann der Aufruf ##initMootools();## **nicht mehr verwendet** werden. Neuer Aufruf: ##initJSLib();## \\ | ||
| + | Siehe hier: **Init Mootools Library** [[deutsch/technik/aufruf-interner-funktionen#ab_v1.4.4_r381]] | ||
| + | |||
| + | </note> | ||