array( 'class' => array(), 'href' => array(), 'rel' => array(), 'title' => array(), ), 'b' => array(), 'div' => array( 'class' => array(), 'title' => array(), 'style' => array(), ), 'em' => array(), 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(), 'i' => array(), 'img' => array( 'alt' => array(), 'class' => array(), 'height' => array(), 'src' => array(), 'width' => array(), ), 'p' => array( 'class' => array(), ), 'span' => array( 'class' => array(), 'title' => array(), 'style' => array(), ), 'strong' => array(), ); $footer_active_widgets = is_active_sidebar( 'footer-first-widget-area' ) + is_active_sidebar( 'footer-second-widget-area' ) + is_active_sidebar( 'footer-third-widget-area' ) + is_active_sidebar( 'footer-fourth-widget-area' ); if (isset($redux_ThemeTek['tek-footer-fixed'])) { if ($redux_ThemeTek['tek-footer-fixed'] == '1') { $footer_fixed_class ='fixed'; } else { $footer_fixed_class ='classic'; } } if (isset($redux_ThemeTek['tek-footer-link-hover-effect']) && $redux_ThemeTek['tek-footer-link-hover-effect'] != '' ) { $link_hover_effect = $redux_ThemeTek['tek-footer-link-hover-effect']; } else { $link_hover_effect = 'default-footer-link-effect'; } $footer_wrapper_class = implode(' ', array($footer_fixed_class, $link_hover_effect)); ?>