I have looked for spaces before and after.. now I have this
e'] . '/' . $template_dir . '/' . FILENAME_WHOS_ONLINE . '.php')) { $template_dir_select = $template_dir . '/'; } else { $template_dir_select = ''; } require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . $template_dir_select . FILENAME_WHOS_ONLINE . '.php'); // include template specific meta tags defines if (file_exists(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . $template_dir . '/meta_tags.php')) { $template_dir_select = $template_dir . '/'; } else { $template_dir_select = ''; } require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . $template_dir_select . 'meta_tags.php'); // END OF EXTERNAL LANGUAGE LINKS ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/mikenco1/public_html/includes/languages/english.php:704) in /home/mikenco1/public_html/includes/init_includes/init_templates.php on line 78
WHAT DO I DO?
I was trying to change the page 2 ..page 3 ..page 4 names. I changed page 2 to "Mike lincoln..." no problem. Changed page 3 and I ran into the cannot modify headers. Deleated enclish.php and uploaded it again and problems.



