5 lines
174 B
PHP
5 lines
174 B
PHP
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||
|
|
||
|
if ($theme==false) {
|
||
|
exit("The theme needs the plugin Popeye to work properly, please enable it from the admin panel.");
|
||
|
}
|