* * Copyright 2008-2011 Crowd Favorite, Ltd. All rights reserved. * Released under the GPL license * http://www.opensource.org/licenses/gpl-license.php */ // Set a default PDF Link $pdf_link = ''; if (function_exists('anno_pdf_download_url')) { $pdf_url = anno_pdf_download_url(get_the_ID()); if (!empty($pdf_url)) { $pdf_link = ''.__('PDF', 'anno').''; } } // Set a default XML Link $xml_link = ''; if (function_exists('anno_xml_download_url')) { $xml_url = anno_xml_download_url(get_the_ID()); if (!empty($xml_url)) { $xml_link = ''.__('XML', 'anno').''; } } ?>