{{indexmenu_n>100}}
===== Containing of php-file/-variables =====
**By the example Frontpage slideshow ** -> [[http://www.joomlaworks.gr/]]
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**
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.
At the slideshow configuration thus the following is meaningful:
// --- Slideshow engine settings --- //
$engine = "mootools";
$disablelib = 1;
$optimizejs = 0;
Put the **fpss** folder into the normal **phpwcms root**.
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]]