diff options
author | Simon <simon@kisikew.org> | 2012-03-27 01:43:01 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-27 01:43:01 -0700 |
commit | 928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41 (patch) | |
tree | fdeb88be9d8545ead92c5d63a9d9af7f6a7ccc23 /view/theme/dispy/communityhome.tpl | |
parent | 7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (diff) | |
parent | cc33a564e1658d32bb5bc3ad0abdfbe6871cf945 (diff) | |
download | volse-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.tpl | 7 |
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 }} |