Friday 24 March 2006 12:28:41 am
Hi,
I want add the content of a external html/php file on a ezP page. Ive add to pagalayout.tpl
{"http://mysite.com/myfolder/"|file_get_contents}
and add into the settings/override/template.ini.append.php
[PHP]
PHPOperatorList[file_get_contents]=file_get_contents
But on the result page I only get:
http://mysite.com/myfolder/
What I need to do to add the content of a external url ? thanks
http://AlexandreCunha.com
|