| Server IP : 119.59.104.26 / Your IP : 216.73.216.71 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/titan/admin/ |
Upload File : |
<?php
if ( !defined('ABSPATH') )
{
die();
}
class piConfigs
{
static $aConfigs = array(
'configs'=>array(
'settings_views'=>array(
'basic-settings'=>array('picolor', 'pilimitcharacter', 'pipostsperpage', 'pipagination', 'pipreloader', 'pifavicon'),
'typography' =>array('pitypography'),
'logoheader' =>array('pilogo', 'piheadercss', 'piheaderjs', 'piheadercode'),
'featured-posts'=>array('pifeaturedposts'),
'popular-posts' =>array('pipopularposts'),
'content' =>array('piarchive', 'pisharebox', 'pipost', 'pipage'),
'footer' =>array('picopyright', 'pifooterjs', 'pifootercode'),
'rest' =>array('pifollow')
),
'hooks'=>array(
'logoheader'=>array('pisearch', 'pifollow'),
'content' =>array('pilayout'),
'sidebar' =>array('pilayout'),
'footer' =>array('piinstagram', 'pifollow')
),
'basic_settings'=>array(
'custom_color'=>array(
'colors'=>array('default'=>'Default', 'brown'=>'Brown', 'green'=>'Green', 'pink'=>'Pink', 'red'=>'Red', 'yellow'=>'Yellow'),
'colors_dir' => 'colors/',
'pattern_file' => '',
'pattern_color' => ''
)
),
'typography'=>array(
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'
),
'rest'=>array(
'follow'=>array(
'facebook' => array('fa fa-facebook', 'Facebook'),
'twitter' => array('fa fa-twitter', 'Twitter'),
'google_plus' => array('fa fa-google-plus', 'Google+'),
'instagram' => array('fa fa-instagram', 'Instagram'),
'vk' => array('fa fa-vk', 'Vk'),
'youtube' => array('fa fa-youtube-play', 'Youtube'),
'vimeo' => array('fa fa-vimeo-square', 'Vimeo'),
'pinterest' => array('fa fa-pinterest', 'Pinterest'),
'dribbble' => array('fa fa-dribbble', 'Dribbble'),
'behance' => array('fa fa-behance', 'Behance'),
'bloglovin' => array('fa fa-heart', 'Bloglovin')
)
),
'widget'=>array(
'items' => array('piAbout', 'piFollow', 'piPostsListing', 'piContactInfo', 'piFlickrFeed', 'piInstagram', 'piAds', 'piFacebookLikebox'),
'footer' => array('pi_footer1', 'pi_footer2', 'pi_footer3')
),
'post_formats'=>array('gallery', 'image', 'video', 'audio')
),
'pi_options'=>array(
'basic_settings'=>array(
'custom_color' => 'default',
'limit_character' => array(
'display' => 'post_content',
'limit' => 500
),
'pagination' => 'navigation',
'preloader' => 0,
'favicon' => ''
),
'typography'=>array(
'h1'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'h2'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'h3'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'h4'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'h5'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'h6'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
),
'p'=>array(
'fonttype' =>'default',
'fontweight'=>'normal'
)
),
'logoheader'=>array(
'logo' => '',
'retina_logo' => '',
'header_code' => '',
'custom_css' => '',
'custom_js' => '',
'search' => 1,
'headerbg' => '',
'follow' => 1
),
'featuredposts'=>array(
'toggle' => 1,
'type' => 'latest',
'category' => -1,
'number_of_posts' => 4,
'exclude_featured_posts' => 0,
'layout' => 'fullwidth'
),
'popularposts'=>array(
'toggle'=>1,
'type'=>'most_viewed'
),
'content' =>array(
'related_posts'=>array(
'toggle' =>1,
'get_by' =>'category',
'number_of_posts' =>5,
'title' =>'You may also like'
),
'sharing_box' =>array(
'toggle' => 1,
'facebook' => 1,
'twitter' => 1,
'vk' => 0,
'google' => 1,
'pinterest'=> 1
),
'sharing_box_on_post'=>array(
'toggle'=>1
),
'sharing_box_on_page'=>array(
'toggle'=>1
),
'layout' =>'standard',
'sidebar_on_page'=>'default',
'archive_layout' =>'standard',
'featured_image' =>1,
'next_prev' =>1,
'author_box' =>1,
'page_template' =>array(
'categories' => array(''=>array())
)
),
'sidebar_layout' => 'right-sidebar',
'secondary_sidebar_text' => 'Widgets',
'secondary_sidebar_toggle' => 1,
'footer' =>array(
'copyright' => 'Copyrights © 2015 all rights reserved by Wiloke',
'footer_code' => '',
'custom_js' => '',
'footerbg' => '',
'instagram' => array(
'toggle' => 1,
'title' => 'Follow @ Instagram',
'userid' => '',
'accesstoken' => '',
'number' =>8
),
'follow' => 1
),
'follow'=>array(
'facebook' =>'https://www.facebook.com/wilokewp',
'twitter' =>'https://twitter.com/wilokethemes',
'pinterest' =>'',
'dribbble' =>'',
'google_plus' =>'',
'instagram' =>'',
'vk' =>'',
'behance' =>'',
'vimeo' =>'',
'youtube' =>'',
'behance' =>'',
'bloglovin' =>''
)
)
);
static $piisFirstLarge = false;
static $piOrder = 1;
}
?>