|
The way that PP is designed doesn't allow for inserting PHP code directly into the templates. In order to have something show up in a template, you have to create an addon that produces the output you want, then use tags to replace the PHP output in the template.
PP comes with a sample addon, Current Date Time, that will serve you well in figuring out how to get the code into your site.
|