Embedding files in Concrete5 page
Permalink 1 user found helpful
I want to embed another file in one of my Concrete5 pages, using the php "include" statement.
Is this possible?
If so, how do I do it? Concrete doesn't seem to recognize php includes.
thanks.
Don
Is this possible?
If so, how do I do it? Concrete doesn't seem to recognize php includes.
thanks.
Don
goto the help section and check out single pages under the developer stuff.
Can php includes be done with blocks or do you have to use single pages? Thanks.
blocks can do it, ($this->inc('blah'))