• File: layout_preview.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/unlimited-elements-for-elementor/provider/views/layout_preview.php
  • Date Modified: 06/30/2019 5:14 PM
  • File size: 273 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

defined('UNLIMITED_ELEMENTS_INC') or die;

class UniteCreatorLayoutPreviewProvider extends UniteCreatorLayoutPreview{


	/**
	 * constructor
	 */
	public function __construct(){

		$this->showHeader = true;
		
		parent::__construct();
				
		$this->display();
	}
	
}