aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_plugins_details.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-02-25 02:05:16 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-02-25 02:05:16 +0100
commitf12b0fe316a4a1c285935a30b282ef82c1b0f6a5 (patch)
treee95c1d6d5fb64315fa3afedf3132daf6fbeaaac5 /view/tpl/admin_plugins_details.tpl
parent8944d7a7a226601e4b32ea7f7febc166a3ce272d (diff)
parent6300f47cdcd921141b8f98b71d373d53aa3d80f2 (diff)
downloadvolse-hubzilla-f12b0fe316a4a1c285935a30b282ef82c1b0f6a5.tar.gz
volse-hubzilla-f12b0fe316a4a1c285935a30b282ef82c1b0f6a5.tar.bz2
volse-hubzilla-f12b0fe316a4a1c285935a30b282ef82c1b0f6a5.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl/admin_plugins_details.tpl')
-rwxr-xr-xview/tpl/admin_plugins_details.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl
index 721bd3573..5d9e233f9 100755
--- a/view/tpl/admin_plugins_details.tpl
+++ b/view/tpl/admin_plugins_details.tpl
@@ -24,6 +24,9 @@
{{if $info.minphpversion}}
<p class="versionlimit">{{$str_minphpversion}}{{$info.minphpversion}}</p>
{{/if}}
+ {{if $info.requires}}
+ <p class="versionlimit">{{$str_requires}}{{$info.requires}}</p>
+ {{/if}}
{{foreach $info.maintainer as $a}}