aboutsummaryrefslogtreecommitdiffstats
path: root/include
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:16:04 +0100
commit8e3e90ddd243011828b9dbb44e7c4abc00655b28 (patch)
tree7354d1494ad46efa10e130ec01728bc2f0e5b1e5 /include
parent8a69a5c3c7bd0188228d5c1c8580e5331a66e2da (diff)
downloadvolse-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 'include')
-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(),