'; endif; if (function_exists('dynamic_sidebar') && dynamic_sidebar('Home Page Widget 4')){}; get_footer();?> ============================================================================ i need to put a div like bellow texts, fotos, etc // SLIDESHOW $slideTerm = get_option('phi_home_slideshow_category'); if(get_option('phi_home_slideshow_type') == 'cycle'){ echo phi_cycle_slider($slideTerm,'fullwidth'); } if(get_option('phi_home_slideshow_type') == 'accordion'){ echo phi_accordion_slider($slideTerm); } ... (vĂ¡rias linhas).... echo ''; endif; if (function_exists('dynamic_sidebar') && dynamic_sidebar('Home Page Widget 4')){}; get_footer();?>