• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mozilla 1.1 How to change the link for logo on top right

Hi, I need to reprogram the mozilla logo, so instead of going to www.mozilla.org, it goes to some other page. How do I do that?
Also, is there a way to get the home button back in the navigation bar instead of the personal bar?
Thanks.
 
check with multizilla in mozdev.org , after u install multizilla they changed the the logo to link to their site, maybe u can look at the source.
 
find the prefs.js file in your mozilla profile directory and add the line:
user_pref("browser.throbber.url","http://some.url.com");
 
Back
Top