Topic: Forum pages all blank after small edit
Hi
I made a small change to include/functions.php and after uploading all pages on the site are completly blank.
I rolled back the change and uploaded but the pages are still all blank.
Can anyone suggest a fix?
I changed line 243 from
$links[] = '<li id="navindex"><a href="index.php">'.$lang_common['Index'].'</a>';
to
$links[] = '<li id="navindex"><a href="index.php">'.$lang_common['Index'].' |</a>';