showtemplate=false not working
Posted: Thu Feb 12, 2009 10:16 pm
Hi,
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:
it loads my whole homepage template
thanks for help and sorry for my poor english
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
