Adds theme info file to define 'parent' theme from where load tpl files
This commit is contained in:
parent
939449602a
commit
e9638b6980
23 changed files with 142 additions and 460 deletions
4
view/theme/darkzero/theme.php
Normal file
4
view/theme/darkzero/theme.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
$a->theme_info = array(
|
||||
'extends' => 'duepuntozero',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue