/**
 * function to show the footer info, copyright information
 */
function ambition_footer_info()
{
    $output = '<div class="copyright">' . __('&copy;', 'ambition') . ' ' . ambition_the_year() . ' ' . ambition_site_link() . ' | ' . ' ' . ambition_themehorse_link() . ' | ' . ' ' . ambition_wp_link() . '</div><!-- .copyright -->';
    echo $output;
}
/**
 * function to show the footer info, copyright information
 */
function ambition_footer_info()
{
    $output = '<div class="copyright">' . alexander_wong_site_link() . ' | ' . ' ' . ambition_themehorse_link() . ' | ' . ' ' . ambition_wp_link() . '</div><!-- .copyright -->';
    echo $output;
}