Templates with PHP Code

Viewing 2 posts - 1 through 2 (of 2 total)
#6983

Gioggiolo
Member

Hello, i noticed templates don’t support php code.
It’s a big limit (i.e. template multi-language)
You should use buffering (ob_start -> include -> ob_get_clean) instead of file_get_contents.

Thank Yout

#15131

PatriciaB
Member

I need to use PHP Code in a template as well is there a way to do this?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Templates with PHP Code’ is closed to new replies.