aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/siteinfo.tpl
diff options
context:
space:
mode:
authorMichael Johnston <michaelgeorgejohnston@gmail.com>2013-02-20 21:56:59 -0500
committerMichael Johnston <michaelgeorgejohnston@gmail.com>2013-02-20 21:56:59 -0500
commit6199e1d5b8779efdfc8aac8863e113784a32cdb7 (patch)
treecb3023b75c51ada833eb14d93c450bef44d9011f /view/tpl/siteinfo.tpl
parentf01f390a2e4bef735ea85b52ec9941fef9a2b7fe (diff)
downloadvolse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.tar.gz
volse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.tar.bz2
volse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.zip
add siteinfo.tpl
Diffstat (limited to 'view/tpl/siteinfo.tpl')
-rw-r--r--view/tpl/siteinfo.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl
new file mode 100644
index 000000000..4931cc3a7
--- /dev/null
+++ b/view/tpl/siteinfo.tpl
@@ -0,0 +1,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 }}