diff options
author | Mario <mario@mariovavti.com> | 2022-09-29 14:16:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-29 14:16:22 +0000 |
commit | 2dd48898a8acf245731c3df634d540a67f43f430 (patch) | |
tree | 23138f394c73445ac5fc8801eb48417bc71d4b9b /view/tpl | |
parent | 72520a2dd9cddbf4176f6d6de429961f29aad4df (diff) | |
parent | 66fc8076553437a236435e4d9903f1bd98d56e06 (diff) | |
download | volse-hubzilla-2dd48898a8acf245731c3df634d540a67f43f430.tar.gz volse-hubzilla-2dd48898a8acf245731c3df634d540a67f43f430.tar.bz2 volse-hubzilla-2dd48898a8acf245731c3df634d540a67f43f430.zip |
Merge branch 'dev' into 'dev'
GERMAN TRANSLATION - fix for minutes, hours, years,... by polls in .po file and translation more competed pdpr1 and SiteTOS added
See merge request hubzilla/core!2027
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/siteinfo.tpl | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index 4d9c53656..fef3b961e 100644 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -1,18 +1,18 @@ <div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> +<hr><br/> +<h3>{{$sitenametxt}}</h3> <div>{{$sitename}}</div> -<h3>{{$sitenametxt}}</h3> - -<div>{{$sitename}}</div> - +<br/> <h3>{{$headline}}</h3> <div>{{if $site_about}}{{$site_about}}{{else}}--{{/if}}</div> - +<br> <h3>{{$admin_headline}}</h3> <div>{{if $admin_about}}{{$admin_about}}{{else}}--{{/if}}</div> + <br><br> <div><a href="help/TermsOfService">{{$terms}}</a></div> @@ -25,12 +25,11 @@ {{if $prj_version}} <div>{{$prj_version}}</div> {{/if}} - +<br> <h3>{{$prj_linktxt}}</h3> - <div>{{$prj_link}}</div> - +<br> <h3>{{$prj_srctxt}}</h3> <div>{{$prj_src}}</div> |