first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
defined('UNLIMITED_ELEMENTS_INC') or die;
|
||||
|
||||
class UniteCreatorLayoutPreviewProvider extends UniteCreatorLayoutPreview{
|
||||
|
||||
|
||||
/**
|
||||
* constructor
|
||||
*/
|
||||
public function __construct(){
|
||||
|
||||
$this->showHeader = true;
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user