Also is there anywhere in the api doc that goes over all of the default $params array values?

Code: Select all
$params = array('tab_error'=> $this->Lang('errorupdatingdatabase'), 'active_tab' => 'articles');
$this->Redirect($id, 'defaultadmin', $returnid, $params);
Code: Select all
if ($params['tab_error']) {
echo $this->ShowErrors($params['tab_error']);
}