6 lines
210 B
PHP
6 lines
210 B
PHP
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||
|
|
||
|
if ($themePlugin == false) {
|
||
|
exit("To ensure proper functionality, the theme requires the Alternative plugin. Activate the plugin through the admin panel.");
|
||
|
}
|