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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to