8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
function easterbunny_init(&$a) {
|
|
$a->theme_info = array(
|
|
'extends' => 'duepuntozero',
|
|
);
|
|
}
|