diff options
author | friendica <info@friendica.com> | 2012-02-25 00:30:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 00:30:14 -0800 |
commit | 18bf5d14023d5f6ea4d490362b2825f7a71f951e (patch) | |
tree | 612d2628849d741c8630e20c58bf1c92d57fcb4a /view | |
parent | 6092567c977d9e28df9558db51bd5b3d269740e8 (diff) | |
download | volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.tar.gz volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.tar.bz2 volse-hubzilla-18bf5d14023d5f6ea4d490362b2825f7a71f951e.zip |
theme info (like plugin info)
Diffstat (limited to 'view')
-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', ); |