I have created a template that has a header intro for 1 specific
controller...no problem there.
 
Now when a user views this specific template there are 3 links which load
content from different controllers with ajax.
 
contact_info
experience
sales
 
When the page initially loads "contact_info" is the default view but in the
controller i have 
$this->layout = 'agents_profile';
 
So when a user clicks on each of the links they all load fine except when I
click back on contact info it loads the template inside the template again.
 
How can I define the template to use and load the content into it?
 
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to