| Server IP : 119.59.104.26 / Your IP : 216.73.217.105 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/framework/admin/theme-options/ |
Upload File : |
<?php tie_build_theme_option( array( 'title' => esc_html__( 'Layout', TIELABS_TEXTDOMAIN ), 'id' => 'layout-tab', 'type' => 'tab-title', )); tie_build_theme_option( array( 'title' => esc_html__( 'Site Width', TIELABS_TEXTDOMAIN ), 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Site Width', TIELABS_TEXTDOMAIN ), 'id' => 'site_width', 'type' => 'text', 'default' => '1200px', 'hint' => esc_html__( 'Controls the overall site width. In px or %, ex: 100% or 1170px.', TIELABS_TEXTDOMAIN ), )); tie_build_theme_option( array( 'title' => esc_html__( 'Theme Layout', TIELABS_TEXTDOMAIN ), 'type' => 'header', )); tie_build_theme_option( array( 'id' => 'theme_layout', 'type' => 'visual', 'options' => array( 'full' => array( esc_html__( 'Full-Width', TIELABS_TEXTDOMAIN ) => 'layouts/layout-full.png' ), 'boxed' => array( esc_html__( 'Boxed', TIELABS_TEXTDOMAIN ) => 'layouts/layout-boxed.png' ), 'framed' => array( esc_html__( 'Framed', TIELABS_TEXTDOMAIN ) => 'layouts/layout-framed.png' ), 'border' => array( esc_html__( 'Bordered', TIELABS_TEXTDOMAIN ) => 'layouts/layout-border.png' ), ))); tie_build_theme_option( array( 'title' => esc_html__( 'Loader Icon', TIELABS_TEXTDOMAIN ), 'type' => 'header', )); tie_build_theme_option( array( 'id' => 'loader-icon', 'type' => 'visual', 'options' => array( '1' => 'ajax-loader-1.png', '2' => 'ajax-loader-2.png', )));