';
if ( ! dynamic_sidebar( 'footer-w1' ) and current_user_can( 'edit_theme_options' ) ) {
if ( current_user_can( 'edit_theme_options' ) ) {
echo '
',
'';
};
};
echo '';
}
/* Assign function for widget area 2 */
function bolder_thinkup_input_footerw2() {
echo '';
}
/* Assign function for widget area 3 */
function bolder_thinkup_input_footerw3() {
echo '';
}
/* Assign function for widget area 4 */
function bolder_thinkup_input_footerw4() {
echo '';
}
/* Assign function for widget area 5 */
function bolder_thinkup_input_footerw5() {
echo '';
}
/* Assign function for widget area 6 */
function bolder_thinkup_input_footerw6() {
echo '';
}
/* Add Custom Footer Layout */
function bolder_thinkup_input_footerlayout() {
// Get theme options values.
$thinkup_footer_layout = bolder_thinkup_var ( 'thinkup_footer_layout' );
$thinkup_footer_widgetswitch = bolder_thinkup_var ( 'thinkup_footer_widgetswitch' );
if ( $thinkup_footer_widgetswitch != "1" and ! empty( $thinkup_footer_layout ) ) {
echo '';
}
}
/* ----------------------------------------------------------------------------------
COPYRIGHT TEXT
---------------------------------------------------------------------------------- */
function bolder_thinkup_input_copyright() {
printf( __( 'Developed by %1$s. Powered by %2$s.', 'bolder' ) , 'Think Up Themes Ltd', 'WordPress');
}
?>