Unfortunately, Smarty requires absolute paths. Usually we set the enocroot $ docroot variable in PHP and parse it into patterns so we can use it:
{include file = "$ docroot / modules / news.tpl"}
I understand that this is one smarty re-request to be able to include templates in the same way as the current one.
source share