I reloaded all files and now I get another error
Warning: include_once(/web/htdocs/www.mysite.org/home/subdir/fuel/application/../modules/fuel/config/fuel_constants.php): failed to open stream: No such file or directory in /web/htdocs/www.mysite.or…
I found a solution:
if($_GET['lang']=='english') echo fuel_nav(array('language' => 'english')); elseif($_GET['lang']=='italiano') echo fuel_nav(array('language' => 'italiano')); esle....
Do you know a better solution
I found another problem.…