i'am trying to load action with mootools request.HTML and it works fine, but it loads action withe whole template, i searched forum and found that i need add showtemplate=false to params array, but it wont work for me.
what i do wrong ?
my CreateLink:
Code: Select all
$this->CreateLink($id, 'show_gallery', $returnid, '', array('user_id' =>$user_id, 'age' => $age, 'sex' => $sex, 'city' => $city, 'with_photo' => $with_photo, 'showtemplate' => 'false'), '', true)
thanks for help and sorry for my poor english
