1
0
Fork 0

Adds theme info file to define 'parent' theme from where load tpl files

This commit is contained in:
Fabio Comuni 2011-09-27 09:32:20 +02:00
commit e9638b6980
23 changed files with 142 additions and 460 deletions

View file

@ -0,0 +1,4 @@
<?php
$a->theme_info = array(
'extends' => 'duepuntozero',
);