aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3
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/smarty3
parentf01f390a2e4bef735ea85b52ec9941fef9a2b7fe (diff)
downloadvolse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.tar.gz
volse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.tar.bz2
volse-hubzilla-6199e1d5b8779efdfc8aac8863e113784a32cdb7.zip
add siteinfo.tpl
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r--view/tpl/smarty3/siteinfo.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/view/tpl/smarty3/siteinfo.tpl b/view/tpl/smarty3/siteinfo.tpl
new file mode 100644
index 000000000..3720c9629
--- /dev/null
+++ b/view/tpl/smarty3/siteinfo.tpl
@@ -0,0 +1,19 @@
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<h3>{{$title}}</h3>
+<p></p>
+<p>{{$description}}</p>
+{{if $version}}
+<p>{{$version}}</p>
+{{/if}}
+<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>
+{{/if}}