aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/siteinfo.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-08 21:31:15 -0700
committerfriendica <info@friendica.com>2013-05-08 21:31:15 -0700
commit735140e8d9f86c5ee0cbc29b50129e1abb73a647 (patch)
tree60b09d1f96dabfc4175845eeee7142f17af9791f /view/tpl/siteinfo.tpl
parentcb0a90d6281a0fef998bfa342612fe47f91a2099 (diff)
parentcdcbe9772423d5373f6d0d4aa33700446a989340 (diff)
downloadvolse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.tar.gz
volse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.tar.bz2
volse-hubzilla-735140e8d9f86c5ee0cbc29b50129e1abb73a647.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/siteinfo.tpl')
-rwxr-xr-x[-rw-r--r--]view/tpl/siteinfo.tpl31
1 files changed, 18 insertions, 13 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl
index 4931cc3a7..3720c9629 100644..100755
--- a/view/tpl/siteinfo.tpl
+++ b/view/tpl/siteinfo.tpl
@@ -1,14 +1,19 @@
-<h3>$title</h3>
+{{*
+ * 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>
-{{ 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 }}
+<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}}