aboutsummaryrefslogtreecommitdiffstats
path: root/include/plugin.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-27 10:13:08 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-27 10:13:08 +0100
commit0f208fb36bca5e3395d34ce3553d98bab389ddd3 (patch)
tree333cbaf6517111b4af41d96fa20258339ddde041 /include/plugin.php
parent4f07abe65586d66b0000e9b877ce467d71178aa2 (diff)
downloadvolse-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-xinclude/plugin.php2
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(),