File "layouts_settings.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/views/layouts_settings.php
File
size: 598 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access');
require HelperUC::getPathViewObject("settings_view.class");
class UniteCreatorViewLayoutsSettings extends UniteCreatorSettingsView
{
public function __construct()
{
$this->headerTitle = HelperUC::getText("layouts_global_settings");
$this->saveAction = "update_global_layout_settings";
$this->textButton = HelperUC::getText("save_layout_settings");
$this->objSettings = UniteCreatorLayout::getGlobalSettingsObject();
$this->display();
}
}
new UniteCreatorViewLayoutsSettings();