All pastes #660645 Raw Edit

Something

public text v1 · immutable
#660645 ·published 2007-08-17 04:36 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 "../tom/file.php";

?>