Cleaning code

This commit is contained in:
Diego Najar 2017-09-15 21:37:44 +02:00
parent d64c44520d
commit 648e78c0f7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ echo '
';
echo '<tr>';
echo '<td>Bludit Edition</td>';
if (defined('BLUDIT_PROs')) {
if (defined('BLUDIT_PRO')) {
echo '<td>PRO - '.$L->g('Thanks for support Bludit').'</td>';
} else {
echo '<td>Standard - <a target="_blank" href="https://pro.bludit.com">'.$L->g('Upgrade to Bludit PRO').'</a></td>';