<?php /** * @package HikaShop for Joomla! * @version 4.0.0 * @author footfact.de * @copyright (C) 2018 footfact. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php <!-- footfact plugin start --> <div id="footfact" class="footfact_main"> <div class="row"> <table> <tr> <td colspan="2"> <span id="ff_desktop_text_column" style="display:inline"> <span id="ff_desktop_text"> <?php echo JText::_("PLG_FOOTFACT_DESKTOP_LINK"); ?> </span> </span> <div id="ff_mobile_text_column" class="column" style="display:inline"> <p id="ff_mobile_text"> <a id="ff_mobile_link" href="http://www.footfact.com" target="_blank"> <?php echo JText::_("PLG_FOOTFACT_MOBILE_LINK"); ?> </a> </p> </div> </td> <td> <div class="footfact footfact_qrdisplay"></div> </td> </tr> <tr> <td rowspan="2"><div class="footfact ff_logoimage"></div></td> <td> <a href="https://play.google.com/store/apps/details?id=com.footfact" target="_blank" id="ff_googlebadgelink"> <div class="footfact footfact_googlebadgepath"></div> </a> </td> </tr> <tr> <td> <a href="https://itunes.apple.com/de/app/footfact/id1192755111" target="_blank" id="ff_applebadgelink"> <div class="footfact ff_applebadge"></div> </a> </td> </tr> </table> </div> </div> <!-- footfact plugin end --> <!-- footfact plugin start --> <div id="ffdata" style="display: none"> <?php $output = $main_prod->product_code; echo htmlspecialchars($output); ?> </div> <div id="footfact_popuptext_size_selected" style="display: none"> <?php $output = JText::_("PLG_FOOTFACT_SIZE_SELECTED"); echo htmlspecialchars($output); ?> </div> <div id="footfact_popuptext_size_not_available" style="display: none"> <?php $output = JText::_("PLG_FOOTFACT_SIZE_NOT_AVAILABLE"); echo htmlspecialchars($output); ?> </div> <!-- footfact plugin end -->