1
This is a really basic question and I feel stupid for asking but here goes.
I've been using the XT_Conteudo module to add html formatted pages of my own. Now I want to add content pages using php so my content is dynamic. I don't think xt-conteudo has options for parsing my content with php.
I can successfully make blocks with php content but this is not what I want. I want the dynamic content to be a full page. I want to reference the php content like I do the xt-conteudo pages:
http://<my web site>/modules/xt_conteudo/index.php?id=3
This way I can reference the pages from my main menu.
Can I make php content pages (not blocks) without adding another new module? If not, what module do I need?
Thanks!