1

Topic: navigator bar

Hi

I've just installed 1.1.1
I modified lang/en_common.php as follows

'Home'        =>    'Forum',
and then added this line
'Xtc_Home'        =>    'Home',

Then I modified include/functions.php line 180 as follows

$links[] = '<a href="../index.php">'.$lang_common['Xtc_Home'].'</a> | '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';

now I get the following error

Parse error: parse error in ../forum/include/functions.php on line 180

Fatal error: Call to undefined function: get_remote_address() in ../forum/include/functions.php on line 112

This mod worked fine in 1.0.1

Can you help?

I've been down so long it's beginning to look like up..

Re: navigator bar

I've not looked closer to it, but you have a ' too much on the line...

_common['Xtc_Home'].'</a> | '<a href="index.php">'.$lang
                            ^

3

Re: navigator bar

Thanks Chacmool
It works fine now

I've been down so long it's beginning to look like up..