OSO
03-19-2006, 08:33 PM
Can anyone tell me how to change the text in the topbar root link. That would be the one that does this:
Mysite>>Category>>SubCat
I'd like the first part to read something simple like: 'Top' or 'Directory Home' and have it be the same on all pages including submit.php, Top Hits and Latest Links.
I tried editing the get_path($id) function like this:
$path[] = array ('ID' => '0', 'TITLE' => _L('OSO Directory Home'), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' => SITE_DESC);
but this has no effect on submit.php or Latest Links or Top Hits. Can someone tell me why that is?
I also read somewhere that you also have to edit the language file to have the change work on all pages but I'm not sure if this is true and I cannot figure out which line would need to be edited.
Can anyone offer any suggestions?
Mysite>>Category>>SubCat
I'd like the first part to read something simple like: 'Top' or 'Directory Home' and have it be the same on all pages including submit.php, Top Hits and Latest Links.
I tried editing the get_path($id) function like this:
$path[] = array ('ID' => '0', 'TITLE' => _L('OSO Directory Home'), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' => SITE_DESC);
but this has no effect on submit.php or Latest Links or Top Hits. Can someone tell me why that is?
I also read somewhere that you also have to edit the language file to have the change work on all pages but I'm not sure if this is true and I cannot figure out which line would need to be edited.
Can anyone offer any suggestions?