Each time I populat a $ajax->div, it keeps loading the entire rendered
page into the div including default.thtml which I just want as a
header.
<? echo $ajax->link('Add Talent (a)', '/users/add_talent/',
array('update' => 'main_content', 'complete'=>'new
Effect.Appear(\'main_content\');')); ?>
is there something I put into my users controller to stop this? Or do
I have to extend the htmlhelper with $header and $foother then <?
$html->header();?> each time I load the page?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---