HTML_QuickForm_Page($formName, $method, '', $target, $attributes); $this->tpl = $tpl; $this->title = $formName; // $this->updateElementAttr('action', BASE_URL . '/' . CURR_PAGE); $action = ($action == '' ? BASE_URL . '/' . CURR_PAGE : $action); $this->HTML_QuickForm($formName, $method, $action, $target, $attributes); } } ?>