';
}
/****************************************************************************************/
add_action( 'attitude_footer', 'attitude_socialnetworks', 25 );
/****************************************************************************************/
add_action( 'attitude_footer', 'attitude_footer_info', 30 );
/**
* function to show the footer info, copyright information
*/
function attitude_footer_info() {
$output = '
'.__( 'Copyright ©', 'attitude' ).' '.'[the-year] [site-link]'.' '.__( 'Theme by:', 'attitude' ).' '.'[th-link]'.' '.__( 'Powered by:', 'attitude' ).' '.'[wp-link] '.'
';
echo do_shortcode( $output );
}
/****************************************************************************************/
add_action( 'attitude_footer', 'attitude_close_sitegenerator_div', 35 );
/**
* Closes the site generator div.
*/
function attitude_close_sitegenerator_div() {
echo '
';
}
/****************************************************************************************/
add_action( 'attitude_footer', 'attitude_backtotop_html', 40 );
/**
* Shows the back to top icon to go to top.
*/
function attitude_backtotop_html() {
echo '