2021-04-13 20:28:51 +02:00
|
|
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
|
|
|
|
|
|
|
// Init scripts for the theme
|
|
|
|
|
|
|
|
// This theme use the API to work
|
2021-09-25 20:29:31 +02:00
|
|
|
if (!isPluginActive('pluginAPI')) {
|
2021-06-02 22:48:30 +02:00
|
|
|
activatePlugin('pluginAPI');
|
|
|
|
}
|