aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/communityhome.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-27 01:43:01 -0700
committerSimon <simon@kisikew.org>2012-03-27 01:43:01 -0700
commit928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41 (patch)
treefdeb88be9d8545ead92c5d63a9d9af7f6a7ccc23 /view/theme/dispy/communityhome.tpl
parent7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (diff)
parentcc33a564e1658d32bb5bc3ad0abdfbe6871cf945 (diff)
downloadvolse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.tar.gz
volse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.tar.bz2
volse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.zip
Merge pull request #175 from simonlnu/master
various fixes for dispys
Diffstat (limited to 'view/theme/dispy/communityhome.tpl')
-rw-r--r--view/theme/dispy/communityhome.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy/communityhome.tpl b/view/theme/dispy/communityhome.tpl
index 0838fc757..dfc0467f7 100644
--- a/view/theme/dispy/communityhome.tpl
+++ b/view/theme/dispy/communityhome.tpl
@@ -1,4 +1,9 @@
{{ if $page }}
+<div>$page</div>
+{{ endif }}
+
<h3>PostIt to Friendica</h3>
-<div style="padding-left: 8px;"><span >Post to Friendica from anywhere by bookmarking this <a href="$fostitJS" title="PostIt">Link</a>.</span></div>
+<div style="padding-left: 8px;">
+<span><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this Link.</span>
+</div>
{{ endif }}