diff options
author | Rock <rockyiii@gmx.net> | 2022-09-29 14:16:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-29 14:16:22 +0000 |
commit | 66fc8076553437a236435e4d9903f1bd98d56e06 (patch) | |
tree | 36e7c641cb9c9409337b29c5d841f14e105a9154 /view/tpl | |
parent | 13476d500370a6aece6d1969c2a0fb0391039f83 (diff) | |
download | volse-hubzilla-66fc8076553437a236435e4d9903f1bd98d56e06.tar.gz volse-hubzilla-66fc8076553437a236435e4d9903f1bd98d56e06.tar.bz2 volse-hubzilla-66fc8076553437a236435e4d9903f1bd98d56e06.zip |
GERMAN TRANSLATION - fix for minutes, hours, years,... by polls in .po file and translation more competed pdpr1 and SiteTOS added
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> |