5 lines
201 B
PHP
5 lines
201 B
PHP
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||
|
|
||
|
if ($theme==false) {
|
||
|
exit("The theme needs the Alternative plugin to work properly, disables the theme and re-enables it to activate the plugin.");
|
||
|
}
|