array(
'label' => __( 'General', 'themify' ),
'active' => true
),
'addon' => array(
'label' => __( 'Addons', 'themify' ),
'active' => true
),
'site' => array(
'label' => __( 'Site', 'themify' ),
'active' => true
)
);
$usedIcons = array('link', 'angle-up', 'layers-alt', 'check', 'star', 'folder','alert','info','split-h','split-v','palette', 'align-left', 'align-center', 'align-right', 'align-justify','info-alt');
if($is_admin===true){
$usedIcons[]='na';
}
foreach ($usedIcons as $icon) {
themify_get_icon($icon, 'ti'); //used icons
}
$usedIcons = null;
$module_categories = apply_filters( 'themify_module_categories', $module_categories );
$breakpoints = array('desktop' => '') + themify_get_breakpoints();
$isGsPost=Themify_Global_Styles::$isGlobalEditPage===true?' gs_post':'';
?>
array(
// Grid FullWidth
array('grid' => 1,'name'=>__('Full Width','themify')),
// Grid 2
array('grid' => 2,'name'=>__('2 Cols','themify')),
// Grid 3
array('grid' => 3,'name'=>__('3 Cols','themify')),
// Grid 4
array('grid' => 4,'name'=>__('4 Cols','themify')),
// Grid 5
array('grid' => 5,'name'=>__('5 Cols','themify')),
// Grid 6
array('grid' => 6,'name'=>__('6 Cols','themify')),
array('grid' =>'1_3','name'=>__('2 Cols (25/75)','themify')),
array('grid' =>'1_1_2','name'=>__('3 Cols (25/25/50)','themify')),
array('grid' =>'1_2_1', 'name'=>__('3 Cols (25/50/25)','themify')),
array('grid' =>'2_1_1','name'=>__('3 Cols (50/25/25)','themify')),
array('grid' =>'3_1','name'=>__('2 Cols (75/25)','themify')),
array('grid' =>'1_2','name'=>__('2 Cols (35/65)','themify')),
array('grid' =>'2_1','name'=>__('2 Cols (65/35)','themify')),
array('grid' =>'user','name'=>__('Custom','themify'))
),
'alignment'=>array(
array('value' => 'start', 'name' => __('Align Top', 'themify')),
array('value' => 'center', 'name' => __('Align Middle', 'themify')),
array('value' => 'end', 'name' => __('Align Bottom', 'themify'))
),
'height'=>array(
array('img' => 'stretch', 'value' => -1, 'name' => __('Stretch', 'themify')),
array('img' => 'stretch_auto', 'value' => 1, 'name' => __('Auto height', 'themify'))
),
'gutter'=>array(
array('name' => sprintf(__('Normal (%s%%)', 'themify'),$globalGutters['gutter']), 'value' => 'gutter'),
array('name' => sprintf(__('Narrow (%s%%)', 'themify'),$globalGutters['narrow']), 'value' => 'narrow'),
array('name' => sprintf(__('None (%s%%)', 'themify'),$globalGutters['none']), 'value' => 'none')
)
);
$is_fullpage=function_exists('themify_theme_is_fullpage_scroll') && themify_theme_is_fullpage_scroll()?'center':'start';
?>