Hello,
I'm using phpBB 2.0.22 and am trying to integrate my design into the board.
Is there a possibility to use "include" in a tpl file?
or a different way to include dynamic code into the tpl?
Thanks in advance!
From what I understand of Smarty one of the two below would be best suited.
You can include another tpl http://www.smarty.net/manual/en/language.function.include.php
Or you can include a php file http://www.smarty.net/manual/en/language.function.include.php.php