diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-27 10:13:08 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-27 10:13:08 +0100 |
commit | 0f208fb36bca5e3395d34ce3553d98bab389ddd3 (patch) | |
tree | 333cbaf6517111b4af41d96fa20258339ddde041 /view | |
parent | 4f07abe65586d66b0000e9b877ce467d71178aa2 (diff) | |
download | volse-hubzilla-0f208fb36bca5e3395d34ce3553d98bab389ddd3.tar.gz volse-hubzilla-0f208fb36bca5e3395d34ce3553d98bab389ddd3.tar.bz2 volse-hubzilla-0f208fb36bca5e3395d34ce3553d98bab389ddd3.zip |
set minversion and maxversion for themes in view/theme/themename/php/theme.php instead of separate file.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/.MINVERSION | 1 | ||||
-rw-r--r-- | view/theme/redbasic/php/theme.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/.MINVERSION b/view/theme/redbasic/.MINVERSION deleted file mode 100644 index 8bbe6cf74..000000000 --- a/view/theme/redbasic/.MINVERSION +++ /dev/null @@ -1 +0,0 @@ -2.2 diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 0f0c43484..ac762502b 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -4,6 +4,8 @@ * * Name: Redbasic * * Description: Hubzilla standard theme * * Version: 2.0 + * * MinVersion: 2.2 + * * MaxVersion: 3.0 * * Author: Fabrixxm * * Maintainer: Mike Macgirvin * * Maintainer: Mario Vavti |