By pmomidi on
I am planning to have multiple sub-sites on my proposed website. Is there a way we can change or display a different logo or site names for different sub sites navigated from the main websites ?
Example :-
Main website (www.abc.com) will have a slogan or logo with "abc"
But if we user navigates to www.abc.com\subsite1, can we change the logo or slogan to "subsite1" ?
Comments
page templates
I believe that you can create page.tpl.php files that are path based. So page-subsite1.tpl.php can be applied.
--Zivtech--