🔥 only bludit can use bludit pro
Make bludit the better choice for people wanting the additionnal features
This commit is contained in:
parent
9e8607ca8e
commit
12afb94516
2 changed files with 2 additions and 10 deletions
|
@ -8,12 +8,8 @@ echo '
|
|||
';
|
||||
|
||||
echo '<tr>';
|
||||
echo '<td>Bludit Edition</td>';
|
||||
if (defined('KOBLOG_PRO')) {
|
||||
echo '<td>PRO - '.$L->g('Thanks for supporting Bludit').' <span class="fa fa-heart" style="color: #ffc107"></span></td>';
|
||||
} else {
|
||||
echo '<td>Standard - <a target="_blank" href="https://pro.bludit.com">'.$L->g('Upgrade to Bludit PRO').'</a></td>';
|
||||
}
|
||||
echo '<td>Engine</td>';
|
||||
echo '<td>KOBLOG</td>';
|
||||
echo '</tr>';
|
||||
|
||||
echo '<tr>';
|
||||
|
|
|
@ -122,10 +122,6 @@ include(PATH_HELPERS . 'tcp.class.php');
|
|||
include(PATH_HELPERS . 'dom.class.php');
|
||||
include(PATH_HELPERS . 'cookie.class.php');
|
||||
|
||||
if (file_exists(PATH_KERNEL . 'koblog.pro.php')) {
|
||||
include(PATH_KERNEL . 'koblog.pro.php');
|
||||
}
|
||||
|
||||
// Objects
|
||||
$pages = new Pages();
|
||||
$users = new Users();
|
||||
|
|
Loading…
Reference in a new issue