File "LayoutEmpty.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEmpty.php
File size: 390 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Nextend\SmartSlider3\Application\Admin\Layout;
use Nextend\Framework\View\AbstractLayout;
use Nextend\SmartSlider3\Application\Admin\Layout\Block\Core\AdminEmpty\BlockAdminEmpty;
class LayoutEmpty extends AbstractLayout {
public function render() {
$admin = new BlockAdminEmpty($this);
$admin->setLayout($this);
$admin->display();
}
}