/**
 * function to show the footer info, copyright information
 */
function interface_footer_info()
{
    $output = '<div class="copyright">' . __('Copyright &copy;', 'Rodolfo Fuentes') . ' ' . interface_the_year() . ' ' . interface_site_link() . ' | ' . ' ' . __('Theme by:', 'interface') . ' ' . interface_themehorse_link() . ' | ' . __('Modifications by: <a href="www.aompresentaciones.com.ve">Alejandro Olivar </a>
') . '</div><!-- .copyright -->';
    echo $output;
}
/**
 * function to show the footer info, copyright information
 */
function interface_footer_info()
{
    $output = '<div class="copyright">' . __('Copyright &copy;', 'interface') . ' ' . interface_the_year() . ' ' . interface_site_link() . ' | ' . ' ' . __('Theme by:', 'interface') . ' ' . interface_themehorse_link() . ' | ' . ' ' . __('Powered by:', 'interface') . ' ' . interface_wp_link() . '</div><!-- .copyright -->';
    echo $output;
}