aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/siteinfo.tpl
diff options
context:
space:
mode:
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>