All pastes #660643 Raw Edit

Something

public text v1 · immutable
#660643 ·published 2007-08-17 04:32 UTC
rendered paste body
ok. 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 "../templates/tom/file.php";

?>