PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/eastfin/wp-content/themes/kingdom/modules/sidebars/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/eastfin/wp-content/themes/kingdom/modules/sidebars/options.php

<?php
/**
 * Dummy module return as json_encode
 * http://www.FG.name
 * =======================
 *
 * @author		Andrei Dinca, FG
 * @version		0.1 - in development mode
 */
echo json_encode(
	array(
		$tryed_module['db_alias'] => array(
		
			/* define the form_sizes  box */
			'dynamic_sidebars' => array(
				'title' 	=> 'Dynamic Sidebars',
				'icon' 		=> '{theme_folder_uri}assets/menu_icon.png',
				'size' 		=> 'grid_4', // grid_1|grid_2|grid_3|grid_4
				'header' 	=> true, // true|false
				'toggler' 	=> false, // true|false
				'buttons' 	=> array(
					'save' => array(
						'width' => '100px',
						'value' => 'Save sidebars',
						'color' => 'green',
						'action' => 'kingdom_save_sidebars'
					)
				), // true|false
				'style' 	=> 'panel', // panel|panel-widget
				
				// create the box elements array
				'elements'	=> array(
					
					'app' 	=> array(
						'type' 		=> 'html',
						'html' 		=> apply_filters('kingdom_widgets_admin_panel', '')
					)
				)
			)
		)
	)
);