Sindbad~EG File Manager

Current Path : /var/www/html/elearningbasa.sumar.com.py/theme/almondb/settings/blocks/
Upload File :
Current File : /var/www/html/elearningbasa.sumar.com.py/theme/almondb/settings/blocks/block06.php

<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
/**
 * Parent theme: boost
 *
 * @package   theme_almondb
 * @copyright 2022 ThemesAlmond  - http://themesalmond.com
 * @author    ThemesAlmond - Developer Team
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();
// Block 06 info.
$name = 'theme_almondb/block06info';
$heading = get_string('block06info', 'theme_almondb');
$information = get_string('block06infodesc', 'theme_almondb');
$setting = new admin_setting_heading($name, $heading, $information);
$page->add($setting);
// Enable or disable block 06 settings.
$name = 'theme_almondb/block06enabled';
$title = get_string('block06enabled', 'theme_almondb');
$description = get_string('block06enableddesc', 'theme_almondb');
$setting = new admin_setting_configcheckbox($name, $title, $description, 1);
$page->add($setting);
// Block 05 design select.
$name = 'theme_almondb/block06design';
$title = get_string('block06design', 'theme_almondb');
$description = get_string('block06designdesc', 'theme_almondb');
$default = 1;
$options = array();
for ($i = 1; $i < 3; $i++) {
     $options[$i] = $i;
}
$setting = new admin_setting_configselect($name, $title, $description, $default, $options);
$setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting);
// Block 06 background color.
$name = 'theme_almondb/block06color';
$title = get_string('block06color', 'theme_almondb');
$description = get_string('block06colordesc', 'theme_almondb');
$setting = new admin_setting_configcolourpicker($name, $title, $description, '');
$setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting);
// Block 06 img select.
$name = 'theme_almondb/sliderimageblock06img';
$title = get_string('sliderimageblock06img', 'theme_almondb');
$description = get_string('block06imgdesc', 'theme_almondb');
$setting = new admin_setting_configstoredfile($name, $title, $description, 'sliderimageblock06img');
$setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting);
// Block 06 header text.
$name = 'theme_almondb/block06header';
$title = get_string('block06header', 'theme_almondb');
$description = get_string('block06headerdesc', 'theme_almondb');
$default = get_string('block06headerdefault', 'theme_almondb');
$setting = new admin_setting_configtext($name, $title, $description, $default, PARAM_TEXT);
$page->add($setting);
// Block 06 caption.
$name = 'theme_almondb/block06caption';
$title = get_string('block06caption', 'theme_almondb');
$description = get_string('block06captiondesc', 'theme_almondb');
$default = get_string('block06captiondefault', 'theme_almondb');
$setting = new admin_setting_confightmleditor($name, $title, $description, $default);
$page->add($setting);
// Block 06 button.
$name = 'theme_almondb/block06button';
$title = get_string('block06button', 'theme_almondb');
$description = get_string('block06buttondesc', 'theme_almondb');
$default = get_string('button', 'theme_almondb');
$setting = new admin_setting_configtext($name, $title, $description, $default, PARAM_TEXT);
$page->add($setting);
// Block 06 button link.
$name = 'theme_almondb/block06buttonlink';
$title = get_string('block06buttonlink', 'theme_almondb');
$description = get_string('block06buttonlinkdesc', 'theme_almondb');
$default = 'http://www.example.com/';
$setting = new admin_setting_configtext($name, $title, $description, $default, PARAM_URL);
$page->add($setting);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists