The person who created hasn't been on in ages. Do you know if it's a funtions_.php file or some other back-end file that would compile this? The navigation is correct in every page except this custom one.
--------------- Added [DATE]1218867306[/DATE] at [TIME]1218867306[/TIME] ---------------
I fixed the issue. From my understanding it was missing some information that it needed to define the phrases. Thanks though!
Before:
PHP Code:
$phrasegroups = array('posting', 'postbit', 'pm');
After:
PHP Code:
$phrasegroups = array('posting', 'postbit', 'pm', 'user');