Forum Moderators: coopster
$navigation = array(
'NEWS' => 'news/index.php',
'BACKGROUND' => 'background/biography.php',
'RESOURCES' => 'resources/photos/index.php');
Now it seems that it all works fine until I have the final line, where there are 2 forward slashes inside the URL string. It gives me a warning error:
Unknown modifier 'p'
For some reason this happens only when there are 2 slashes in the string, 1 slash is fine. Can anyone explain what's going on? Thanks.