aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/siteinfo.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-09-30 07:38:47 +0000
committerMario <mario@mariovavti.com>2022-09-30 07:38:47 +0000
commit931da3b4f7d709b429f81ab7ff67caada2a81c43 (patch)
treec8f362c2ddb301fade96a815f4db1ca91a5e5895 /view/tpl/siteinfo.tpl
parent653eb2909ba531f7189eac3a6f729d6b010476f2 (diff)
parent5a25fd54a4e08acdbe00e8054a9fe380d0a473d9 (diff)
downloadvolse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.tar.gz
volse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.tar.bz2
volse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.zip
Merge branch 'dev' into 7.8RC
Diffstat (limited to 'view/tpl/siteinfo.tpl')
-rw-r--r--view/tpl/siteinfo.tpl15
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>