9e8607ca8e
Fixes #27
5 lines
205 B
PHP
5 lines
205 B
PHP
<?php defined('KOBLOG') or die('Koblog CMS.');
|
|
|
|
if ($themePlugin == false) {
|
|
exit("To ensure proper functionality, the theme requires the Popeye plugin. Activate the plugin through the admin panel.");
|
|
}
|