diff options
author | friendica <info@friendica.com> | 2012-03-27 04:52:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-27 04:52:39 -0700 |
commit | 1982184ca0f0922436a72f673a97010f6ea96435 (patch) | |
tree | 9da8afef8f7c23d74fff6049c12fec7b446d74fc /view/theme/dispy-dark/communityhome.tpl | |
parent | 117d2165f5ec153e67c13e914d0607f461c878ef (diff) | |
parent | 928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41 (diff) | |
download | volse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.tar.gz volse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.tar.bz2 volse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy-dark/communityhome.tpl')
-rw-r--r-- | view/theme/dispy-dark/communityhome.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index 0838fc757..dfc0467f7 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/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 }} |