auth->check_module_permissions('client'); if($conf['demo_mode'] == true) $app->error('This function is disabled in demo mode.'); $app->uses('tpl,tform'); $app->load('tform_actions'); class page_action extends tform_actions { } $page = new page_action; $page->onDelete() ?>