layoutID = $layoutID; $this->layout = new UniteCreatorLayout(); $this->layout->initByID($layoutID); } /** * get header title */ protected function getHeaderTitle(){ $titleText = $this->layout->getTitle(); $title = HelperUC::getText("preview_layout")." - "; return($title); } /** * output layout */ protected function outputLayout($fullPage = false){ HelperUC::outputLayout($this->layoutID, false, $fullPage); } /** * display */ protected function display(){ $layoutID = $this->layoutID; ?>
outputLayout(); ?>