/
home
/
assocoweys
/
sompe
/
administrator
/
components
/
com_convertforms
/
views
/
convertforms
/
tmpl
/
Upload File
HOME
<?php /** * @package Convert Forms * @version 5.0.2 Pro * * @author Tassos Marinos <info@tassos.gr> * @link https://www.tassos.gr * @copyright Copyright © 2024 Tassos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later */ defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Language\Text; ?> <table class="table nrTable noBorder"> <tbody> <tr> <td><?php echo Text::_("NR_EXTENSION"); ?></td> <td><?php echo Text::_("COM_CONVERTFORMS"); ?></td> </tr> <tr> <td><?php echo Text::_("NR_VERSION"); ?></td> <td><?php echo NRFramework\Functions::getExtensionVersion("com_convertforms", true); ?> <a href="https://www.tassos.gr/joomla-extensions/convert-forms//changelog"><?php echo Text::_("NR_CHANGELOG"); ?></a> </td> </tr> <tr> <td><?php echo Text::_("NR_DOWNLOAD_KEY"); ?></td> <td> <?php if ($downloadKey) { ?> <span class="badge bg-success label-success"><?php echo Text::_("NR_OK"); ?></span> <?php } else { ?> <span class="badge bg-danger label-important"><?php echo Text::_("NR_MISSING"); ?></span> <?php } ?> </td> </tr> <tr> <td><?php echo Text::_("NR_LICENSE"); ?></td> <td><a href="http://www.tassos.gr/license" target="_blank">GNU GPLv3 Commercial</td> </tr> <tr> <td><?php echo Text::_("NR_AUTHOR"); ?></td> <td>Tassos Marinos - <a href="http://www.tassos.gr" target="_blank">www.tassos.gr</td> </tr> <tr> <td><?php echo Text::_("NR_FOLLOWME"); ?></td> <td> <a href="#" onclick="window.open('https://twitter.com/intent/follow?screen_name=tassosm','tassos.gr','width=500,height=500');"> <?php echo Text::sprintf("NR_FOLLOW", "@mtassos") ?> </a> </td> </tr> </tbody> </table>