aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/siteinfo.tpl
blob: 4931cc3a7180a7e0a34e9f04db149d0ed976e528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h3>$title</h3>
<p></p>
<p>$description</p>
{{ if $version }}
<p>$version</p>
{{ endif }}
<p>$web_location</p>
<p>$visit</p>
<p>$bug_text <a href="$bug_link_url">$bug_link_text</a></p>
<p>$contact</p>
<p>$plugins_text</p>
{{ if $plugins_list }}
   <div style="margin-left: 25px; margin-right: 25px;">$plugins_list</div>
{{ endif }}