Hello,
Having 2 issues with Joomla, rarely have issues with joomla however stumped.
- Favicon wont change in 1 theme however will in another theme.
- Title repeats checked the menu page.
Example:
Site Title
then you go to homepage and it shows
Home | Site Title | Site Title Again
Any experts ever have these issues? Been using joomla since 2004/2005 and have never seen this occur.
Help greatly appreciated.
- Regarding favicon
You need to have
<jdoc:include type="head" />
in your template file or if you don’t want to use this default then you need to put the line yourself
<link href="/relowonen/favicon.ico" rel="shortcut icon" type="image/x-icon" />
or sometimes caching might also be the problem.
- About menu
Do you have this problem in every pages or in home page only? Generally it shows the menu name in the title for every menu pages and likewise. There if a parameter (System) in menu edit (back-end) as Page Title (also check Show Page Title parameter as well) if it is set there then this value is shown.