<?php
/*
* Created on 06.03.2006 by *Camper*
*/
class page_Register extends Page{
function init(){
parent::init();
//adding a content to the page
$this->frame('Content', 'Registration info')->add('Form_RegistrationData', null, 'content');
}
}
?>