Forums | Mahara Themes
General discussion
/
Mahara 1.2 custom theme - site-logo.png
06 April 2010, 5:54
I've had a look at a number of posts / wikis re. applying a new theme , but have had no joy with replacing the site-logo.png - any suggestions would be appreciated.
I've added a new themes folder (theme/ontrack), and added the default themeconfig.php and the various subfolders to the new folder, including the new site logo ontrack\static\images\site-logo.png
I've changed themeconfig.php to include the new theme:
$theme->displayname = 'ontrack';
$theme->parent = 'raw';
However having selected the new theme 'ontrack' on the Site Options page, the original site-logo.png from the raw theme is still shown.
The other changes I've made to the css in the new ontrack theme are applied, so the css for the new theme is obviously being applied, but I can't see why the parent logo is still being used.
Looking at the page source, I can see that the path for the site-logo is still the path for the parent theme folder , ie raw. So am I missing something in the themeconfig.php or elsewhere?