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:16:04 +0100 |
commit | 8e3e90ddd243011828b9dbb44e7c4abc00655b28 (patch) | |
tree | 7354d1494ad46efa10e130ec01728bc2f0e5b1e5 /view | |
parent | 8a69a5c3c7bd0188228d5c1c8580e5331a66e2da (diff) | |
download | volse-hubzilla-8e3e90ddd243011828b9dbb44e7c4abc00655b28.tar.gz volse-hubzilla-8e3e90ddd243011828b9dbb44e7c4abc00655b28.tar.bz2 volse-hubzilla-8e3e90ddd243011828b9dbb44e7c4abc00655b28.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 |