Contao Open Source CMS > Contao forum

Switch to german forum

Index > Contao core > As loading a web page within typolight?

tecnomaster
User
Avatar
Greetings,

I bought a system to offer support to my clients and I do not recharged within typolight.

I tried to include php and does not work.

As I load a page php within typolight ?

Thank you
2008-08-16 14:55
qrczak
User
Avatar
Posts: 550
Elbląg, Poland
In your template file use this tag:

iconCode:
{{file::file.php}}
Martin

http://www.typolight.pl - Polish Support Site
http://forum.typolight.pl - Polish TYPOligth community forum
Polish TYPOlight screencasts
| Polish Manual (PDF)
-----------------------
Need custom template? Feel free to contact me by e-mail marcin@typolight.pl
2008-08-16 16:48
PaoloB
User
Avatar
Posts: 155
Italy
Hi

you can use the insert tag function
http://www.typolight.org/wiki/english:inserttags

iconCode:
{{file::file.php}}

This insert tag will be replaced by the ouput of file file.php. Included PHP files have to be stored in folder templates. It is also possible to add arguments:

{{file.php?arg=val&arg2=val2}}
Paolo B.
TYPOlightcms.it - Sito di riferimento per la comunità italiana
2008-08-16 16:51
tecnomaster
User
Avatar
Greetings,

Apparently not working so I am trying to do.

Buy a billing system and I want to load it into my web.

For example:

My site is www.mydomain.com and I want to load this system in www.mydomain.com/site

As I upload what is in the folder on my Web site in typolight?

Thank you
2008-08-19 01:50
PaoloB
User
Avatar
Posts: 155
Italy
Hi...

true...
the file must be in folder "templates"
Paolo B.
TYPOlightcms.it - Sito di riferimento per la comunità italiana
2008-08-19 14:24