Embedded pages in PHP possible?

Are you talking about including them into the smart templates?





if so you can do it a couple of ways, inside smarty you can put php code in there by wrapping {php} {/php} and just do a php include or the smarty way

{include_php file=“/path/to/page.php”}



Hope thats what you meant…