[Plone] DTML instead of ZPT for PHPParse

JZ fake at spamerom.niet
Tue May 3 17:39:47 EDT 2005


Who knows how to add to Plone the following content using DTML instead of
ZPT template?

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
  lang="en-US" i18n:domain="plone"
  metal:use-macro="here/main_template/macros/master">
  <body>
    <div metal:fill-slot="main">
        
	HERE IS MY DYNAMIC PHP: <?php phpinfo();?>

    </div>
  </body>
</html>

I need to use DTML instead of ZPT because PHPParse product cannot work with
ZPT. :( 

--
JZ



More information about the Python-list mailing list