NAVIGATION
This shows you the differences between two versions of the page.
|
english:technics:contain-php-file-variables [2009/04/25 08:05] 127.0.0.1 external edit |
english:technics:contain-php-file-variables [2018/06/03 18:09] (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]] | ||
| - | Put on a new script into template/more inc_script/frontend_render, e.g. frontpageslideshow.php | + | Put on a new script into **template/more inc_script/frontend_render**, e.g. **frontpageslideshow.php** |
| <code php |h Example |h > | <code php |h Example |h > | ||
| Line 40: | Line 40: | ||
| </code> | </code> | ||
| - | Wichtig! Bei der Konfiguration darauf achten, dass eigentlich Mootools bereits im System enthalten ist. Das kann also zu Problemen führen. Nicht jQuery mit MooTools mixen! Eventuell in der Konfiguration ganz die JavaScript jQuery/MooTools ausschalten. | ||
| - | |||
| - | Look to it that | ||
| Importantly! Look to it that during configuration MooTools is contained in the system already actually. That can lead thus to problems. Do not mix jQuery with MooTools! Possibly switch to off the javascript jQuery/MooTools in the configuration. | Importantly! Look to it that during configuration MooTools is contained in the system already actually. That can lead thus to problems. Do not mix jQuery with MooTools! Possibly switch to off the javascript jQuery/MooTools in the configuration. | ||
| Line 56: | Line 53: | ||
| </code> | </code> | ||
| - | Put the fpss folder into the normal phpwcms root. | + | Put the **fpss** folder into the normal **phpwcms root**. |
| + | |||
| + | <note important> | ||
| + | Since v1.4.4_r381 we **can´t use** the calling ##initMootools();##. New calling: ##initJSLib();## \\ | ||
| + | Have a look: **Init Mootools Library** [[english/technics/internal-function-call#since_v1.4.4_r381]] | ||
| + | </note> | ||