You may be right as I am trying to get my head around the templates and pages I may be making this harder than it is.
I have a landing page: mysite.com/index.html
From there you go to either site A or site B,
mysite.com/siteA/index.php
mysite.com/siteB/index.php
or it could be
mysite.com/index.php/siteA
mysite.com/index.php/siteB
I’m flexible on the url structure.
Both A and B have the same look and feel. The only difference is in the left nav and the content on the sub-site home pages:
siteA has: menu1, menu2, menu4, menu5
siteB has: menu3, menu4, menu5, menu6
Each menu item displays a single page. So menu4 is on both A and B and displays page4 in both sub-sites. I only want to enter page4 in the database once.
Is this possible with nesting templates? Each left nav menu item is its own tiny little template that holds one menu item and the page points to that template? But this is where I get confused. I don’t think I understand nested templates enough yet.
I have gone thru the tutorials and read the User Guide. I have the hosted demo installed
and I am working with that. I understand how to create Page with the Page Module. Each page has a template. I need the template to differ so I can have different left nav items. What is the best way to achieve that?
Thanks so much.