When browsing categories you get TOP>LINKS>CARS
How do I change the word TOP to something else? I know I've seen this a hundred times but I hate looking for it!
Thanks,
Craven!
When browsing categories you get TOP>LINKS>CARS
How do I change the word TOP to something else? I know I've seen this a hundred times but I hate looking for it!
Thanks,
Craven!
In the admin section - templates- msg.php
//----------- browse.php -----------
// display 'Top' at category path
$msg["10011"] = "change this";
Also located in msg.php (themes folder) in $msg["10011"] variable.
Sofiah