<?php /* * Created on 26.03.2006 by *Camper* */ class page_Script_edit extends Page{ function init(){ parent::init(); $this->frame('Content', 'Edit script')->add('FormScript', null, 'content'); } } ?>