'; if ( ! dynamic_sidebar( 'footer-w1' ) ) { if ( current_user_can( 'edit_theme_options' ) ) { echo '

' . __( 'Please Add Widgets', 'bolder') . '

', '
', '

' . __( 'Remove this message by adding widgets to Footer Widget Area 1.', 'bolder') . '

', '' . __( 'Click here to go to Widget area.', 'bolder') . '', '
'; }; }; echo ''; } /* Assign function for widget area 2 */ function thinkup_input_footerw2() { echo ''; } /* Assign function for widget area 3 */ function thinkup_input_footerw3() { echo ''; } /* Assign function for widget area 4 */ function thinkup_input_footerw4() { echo ''; } /* Assign function for widget area 5 */ function thinkup_input_footerw5() { echo ''; } /* Assign function for widget area 6 */ function thinkup_input_footerw6() { echo ''; } /* Add Custom Footer Layout */ function thinkup_input_footerlayout() { global $thinkup_footer_layout; global $thinkup_footer_widgetswitch; if ( $thinkup_footer_widgetswitch !== "1" and ! empty( $thinkup_footer_layout ) ) { echo ''; } } /* ---------------------------------------------------------------------------------- COPYRIGHT TEXT ---------------------------------------------------------------------------------- */ function thinkup_input_copyright() { printf( __( 'Developed by %1$s. Powered by %2$s.', 'bolder' ) , 'Think Up Themes Ltd', 'WordPress'); } ?>