diff options
author | Simon <simon@kisikew.org> | 2012-04-17 10:22:39 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-17 10:22:39 -0700 |
commit | 97c50a0924127a50016aecf06af8f10e4db95a9d (patch) | |
tree | ec66bdfe342418f9fe10b46e1664dddb3102b666 | |
parent | 04af5d9e2cc7a05c6ea0312643ddc4e8b45846bf (diff) | |
parent | f4ff75caced19c7af5f9094fd42a92302555c5f9 (diff) | |
download | volse-hubzilla-97c50a0924127a50016aecf06af8f10e4db95a9d.tar.gz volse-hubzilla-97c50a0924127a50016aecf06af8f10e4db95a9d.tar.bz2 volse-hubzilla-97c50a0924127a50016aecf06af8f10e4db95a9d.zip |
Merge pull request #242 from simonlnu/master
[SECURITY] finish ripping out fpostit
-rw-r--r-- | view/theme/dispy-dark/communityhome.tpl | 5 | ||||
-rw-r--r-- | view/theme/dispy/communityhome.tpl | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index df8bbad7c..4d09b9255 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/communityhome.tpl @@ -37,8 +37,3 @@ </div> {{ endif }} -<h3 id="postit-header">'PostIt' to Friendica</h3> -<div id="postit"> -<a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. -</div> - diff --git a/view/theme/dispy/communityhome.tpl b/view/theme/dispy/communityhome.tpl index df8bbad7c..4d09b9255 100644 --- a/view/theme/dispy/communityhome.tpl +++ b/view/theme/dispy/communityhome.tpl @@ -37,8 +37,3 @@ </div> {{ endif }} -<h3 id="postit-header">'PostIt' to Friendica</h3> -<div id="postit"> -<a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. -</div> - |