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

7 lines
183 B
PHP
Raw Normal View History

<?php defined('BLUDIT') or die('Bludit CMS.');
// Init scripts for the theme
// This theme use the API to work
activatePlugin('pluginAPI');
$plugins['all']['pluginAPI']->newToken();