[TYPO3] PHP in the template

Daniel Selinger tco at saschlong.de
Wed Oct 4 20:49:31 CEST 2006


Check this out:
http://typo3.org/extensions/repository/view/lumophpinclude/1.1.1/

But add this in your localconf.php.

// Allow php scripts to be uploaded and integrated in the backend
$TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['allow'] = 'php';
$TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['deny'] = '';
$TYPO3_CONF_VARS['BE']['fileDenyPattern'] = '';



2006/10/4, Thomas Rune Korsgaard < tkorsgaard.typo3 at gmail.com>:
>
> Hi,
>
> Is it possible to add a PHP script in the template for a website?
>
> Cheers,
> /Thomas
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list