Index > Contao core > As loading a web page within typolight?
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
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
In your template file use this tag:
Code:
{{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
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
Hi
you can use the insert tag function
http://www.typolight.org/wiki/english:inserttags
you can use the insert tag function
http://www.typolight.org/wiki/english:inserttags
Code:
{{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
TYPOlightcms.it - Sito di riferimento per la comunità italiana
2008-08-16 16:51
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
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
Hi...
true...
the file must be in folder "templates"
true...
the file must be in folder "templates"
Paolo B.
TYPOlightcms.it - Sito di riferimento per la comunità italiana
TYPOlightcms.it - Sito di riferimento per la comunità italiana
2008-08-19 14:24
