echo '<tr>';
echo '<td class="key"></td>';
echo '<td><a href="http://playjoom.teglo.info" target="_blank"><img src="components/com_playjoom/images/playjoom-logo.gif" align="middle" alt="Playjoom logo" style="border: none; margin: 8px;" /></a></td>';
echo '</tr>';
echo '<tr>';
echo '<td class="key" width="120">Web</td>';
echo '<td><a href="' . PlayJoomHelper::GetInstallInfo("authorUrl", "playjoom.xml") . '" target="_blank">' . PlayJoomHelper::GetInstallInfo("authorUrl", "playjoom.xml") . '</a></td>';
echo '</tr>';
echo '<tr>';
echo '<td class="key">' . JText::_('COM_PLAYJOOM_INSTALL_VERSION') . '</td>';
echo '<td>' . PlayJoomHelper::GetInstallInfo("version", "playjoom.xml") . '</td>';
echo '</tr>';
if ($this->cparams->get('version_check', 1) == 1) {
    echo '<tr>';
    echo '<td class="key" valign="top">' . JText::_('COM_PLAYJOOM_AVAILABLE_VERSION') . '</td>';
    echo '<td>' . PlayJoomHelper::GetAvailableVersion() . '</td>';
    echo '</tr>';
}
echo '<tr>';
echo '<td class="key">' . JText::_('Date') . '</td>';
echo '<td>' . PlayJoomHelper::GetInstallInfo("creationDate", "playjoom.xml") . '</td>';
echo '</tr>';
echo '<tr>';
echo '<td class="key" valign="top">' . JText::_('Copyright') . '</td>';
echo '<td>' . PlayJoomHelper::GetInstallInfo("copyright", "playjoom.xml") . '</td>';
echo '</tr>';
echo '<tr>';
echo '<td class="key">' . JText::_('Author') . '</td>';
echo '<td>' . PlayJoomHelper::GetInstallInfo("author", "playjoom.xml") . '</td>';
echo '</tr>';
echo '<tr>';