assign ('TITLE_PAGE', CopixI18N::get ('htmleditor.title.pageSelect'));
$tpl->assignZone ('MAIN', 'htmleditor|SelectPage', array ('onlyLastVersion'=>1, 'editorName'=>CopixRequest::get ('editorName', null, true), 'popup'=>CopixRequest::get ('popup', null, true)));
return new CopixActionReturn (CopixActionReturn::DISPLAY_IN, $tpl, '|blank.tpl');
}
}
?>