diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-27 01:20:48 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-27 01:20:48 +0100 |
commit | ac5b9f23829c40f12492224d3b94dcd20af88145 (patch) | |
tree | b0e770a3eb0d0b925ad0304b6de60e327ddc4176 /view/tpl/siteinfo.tpl | |
parent | a2931cd17ddf4f10205f656a6c0df01ebf459668 (diff) | |
download | volse-hubzilla-ac5b9f23829c40f12492224d3b94dcd20af88145.tar.gz volse-hubzilla-ac5b9f23829c40f12492224d3b94dcd20af88145.tar.bz2 volse-hubzilla-ac5b9f23829c40f12492224d3b94dcd20af88145.zip |
Another .generic-content-wrapper
Diffstat (limited to 'view/tpl/siteinfo.tpl')
-rwxr-xr-x | view/tpl/siteinfo.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index 0b16f5602..476b68512 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h3>{{$title}}</h3> <p></p> <p>{{$description}}</p> @@ -22,3 +23,4 @@ <div style="margin-left: 25px; margin-right: 25px;">{{$plugins_list}}</div> {{/if}} <p>{{$donate}}</p> +</div> |