Cleaning code
This commit is contained in:
parent
d64c44520d
commit
648e78c0f7
|
@ -14,7 +14,7 @@ echo '
|
||||||
';
|
';
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>Bludit Edition</td>';
|
echo '<td>Bludit Edition</td>';
|
||||||
if (defined('BLUDIT_PROs')) {
|
if (defined('BLUDIT_PRO')) {
|
||||||
echo '<td>PRO - '.$L->g('Thanks for support Bludit').'</td>';
|
echo '<td>PRO - '.$L->g('Thanks for support Bludit').'</td>';
|
||||||
} else {
|
} else {
|
||||||
echo '<td>Standard - <a target="_blank" href="https://pro.bludit.com">'.$L->g('Upgrade to Bludit PRO').'</a></td>';
|
echo '<td>Standard - <a target="_blank" href="https://pro.bludit.com">'.$L->g('Upgrade to Bludit PRO').'</a></td>';
|
||||||
|
|
Loading…
Reference in New Issue