koblog/bl-kernel/admin/themes/booty/init.php

9 lines
No EOL
226 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');
}
$plugins['all']['pluginAPI']->newToken();