diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-07 18:46:42 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-07 18:46:42 -0700 |
commit | eb85d381fdb447d23e568dfecbde24a860879952 (patch) | |
tree | 628df315cd7704a76922157a53ead004ed769207 /view/tpl | |
parent | aab16123b5188e69b31893263f7074f9e9c7f210 (diff) | |
download | volse-hubzilla-eb85d381fdb447d23e568dfecbde24a860879952.tar.gz volse-hubzilla-eb85d381fdb447d23e568dfecbde24a860879952.tar.bz2 volse-hubzilla-eb85d381fdb447d23e568dfecbde24a860879952.zip |
Add supported protocols to siteinfo (not siteinfo.json)
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index a5b99fd83..4d9c53656 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -38,4 +38,8 @@ <br><br> <div>{{$prj_transport}} ({{$transport_link}})</div> +{{if $additional_fed}} +<div>{{$additional_text}} {{$additional_fed}}</div> +{{/if}} + </div> |