. **/ /** * @var CView $this */ header('Content-Type: '.$data['mime_type'].'; charset=utf-8'); header('Content-Disposition: attachment; filename="'.$data['page']['file'].'"'); echo $data['main_block'];