diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-26 21:01:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-26 21:01:20 +0100 |
commit | 4f07abe65586d66b0000e9b877ce467d71178aa2 (patch) | |
tree | b022ecaa725b61d9305e13aa88ed1bb7811c6540 /view/theme/redbasic/php | |
parent | 8783ccfd727dc4834c1f3c9460f851350fc912f4 (diff) | |
download | volse-hubzilla-4f07abe65586d66b0000e9b877ce467d71178aa2.tar.gz volse-hubzilla-4f07abe65586d66b0000e9b877ce467d71178aa2.tar.bz2 volse-hubzilla-4f07abe65586d66b0000e9b877ce467d71178aa2.zip |
add a minversion to the theme and fallback to default if requirement is not met. mark incompatible themes in the theme selector
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 997b59750..0f0c43484 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -3,7 +3,7 @@ /** * * Name: Redbasic * * Description: Hubzilla standard theme - * * Version: 1.0 + * * Version: 2.0 * * Author: Fabrixxm * * Maintainer: Mike Macgirvin * * Maintainer: Mario Vavti |