7 lines
135 B
PHP
7 lines
135 B
PHP
|
<?php
|
||
|
// This file is executed only the fist time when you activate the theme.
|
||
|
|
||
|
// Activate API plugin
|
||
|
activatePlugin('pluginAPI');
|
||
|
|
||
|
?>
|