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-06-02 22:48:30 +02:00
|
|
|
if (!pluginActivated('pluginAPI')) {
|
|
|
|
activatePlugin('pluginAPI');
|
|
|
|
}
|
|
|
|
$plugins['all']['pluginAPI']->newToken();
|