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':''; ?>