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 /include/plugin.php | |
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 'include/plugin.php')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php index 045efb805..29474735e 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -471,6 +471,8 @@ function get_theme_info($theme){ 'description' => '', 'author' => array(), 'version' => '', + 'minversion' => '', + 'maxversion' => '', 'compat' => '', 'credits' => '', 'maintainer' => array(), |