1 2 3 4 5 6 7
<?php require_once '../langs.inc.php'; $langs = array( 'en' => 'English' ); relocate($langs, '1/notes/');