diff options
Diffstat (limited to 'view/theme/darkzero/theme.php')
-rwxr-xr-x | view/theme/darkzero/theme.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 5d63583f4..e03bcc7b8 100755 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -1,4 +1,11 @@ <?php + +/* + * Name: Darkzero + * Version: 1.0 + * Author: Mike Macgirvin <mike@macgirvin.com> + */ + $a->theme_info = array( 'extends' => 'duepuntozero', ); |