Hi,
This is brill but i have a question if i may.
How do i go about giving seperate locations if 2 files share the same name. i have a gallery with an index.php and the whos online gives the location as the home page because thats index as well.
I tried this.
Code:
if ($loc == '/folder/index.php')
{
$filename = 'index.php';
in the preprocess to hopefully get it to recognose the different index.php but it didnt.