Does it possible to execute php file and store its output into some variable?
For example i have one global template, then i need to process subtemplates, and afterall i need to insert that subtemplate output into global template block.
How can i do it ?