Something
public text v1 · immutableok. i have a file templates/bob/file.php (shown below) and i want to reference a file in another template folder as shown below. Shouldnt this work? It used to until i upgraded the software. Both paths for templates are still exactly the same. To get it to work, i had remove one of the periods in the path, which doesnt make sense to me since the file locations had not changed.
<?php
include "../tom/file.php";
?>