NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render [2011/03/12 16:00] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| - | Into the folder **/frontend_render/** you can install own php scripts, which are processed while parsing //(simplified: Internal processing)// the site, before the page is delivered to the browser. | + | Into the folder **template/inc_script/frontend_render/** you can install own php scripts, which are processed while parsing //(simplified: Internal processing)// the site, before the page is delivered to the browser. |
| All files ending with *.php are loaded and implemented by the system. The file names are freely selectable // (recommended sample: rt_mein_dateiname.php). // | All files ending with *.php are loaded and implemented by the system. The file names are freely selectable // (recommended sample: rt_mein_dateiname.php). // | ||
| Line 23: | Line 23: | ||
| Naturally also different system external functions can be implemented. | Naturally also different system external functions can be implemented. | ||
| + | |||
| + | \\ | ||
| + | |||
| + | Folder: ** template/inc_script/frontend_render/ ** | ||
| + | |||
| + | **Condition:** -> [[http://www.phpwcms-docu.de/conf_inc_php_en.phtml|/config/phpwcms/conf.inc.php]] \\ | ||
| + | * ##$phpwcms['allow_ext_render'] = 1;## | ||
| \\ | \\ | ||