Hi,
I am trying to output some html that have php instructions, and the instructions keep showing as comments.
For example: <body>
<?php include 'footer/index.html'; ?> </body>
Show up as: <body><!--?php include 'footer/index.html';--></body>
Example:
*declare* %rest:path('/cms/ehtml2html5') %rest:GET %output:method("html") %output:html-version("5.0")...
*function* *xhtmlsrc:view-html5*(){ <body>
<?php include 'footer/index.html'; ?>
</body>};
What am I missing?