koblog/bl-kernel/admin/themes/booty/init.php
2021-06-07 19:48:52 +02:00

8 lines
185 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
// Init scripts for the theme
// This theme use the API to work
if (!pluginActivated('pluginAPI')) {
activatePlugin('pluginAPI');
}