';
}
/****************************************************************************************/
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() {
echo '
' . __( 'Copyright ©', 'attitude' ) . attitude_the_year() . attitude_site_link() . ' | ';
attitude_themehorse_privacy();
echo __( 'Theme by: ', 'attitude' ) . attitude_themehorse_link() . ' | ' . __( 'Powered by: ', 'attitude' ) . attitude_wp_link() . '
';
}
/****************************************************************************************/
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 '