5 and substr($l_path, $nb - 5, 5) == 'index') { $l_path = substr($l_path, 0, $nb - 5); $url = "$base_url/static$l_path"; } else { $url = "$base_url/static$l_path.html"; } drupal_goto($url); } ?>